[gd_scene load_steps=5 format=3 uid="uid://1mmjp4ugn7kk"]
[ext_resource type="Script" path="res://player/Player.gd" id="1_x0wva"]
-[ext_resource type="PackedScene" uid="uid://bpuiyd81j8177" path="res://assets/Farola.glb" id="2_oms0u"]
[ext_resource type="Script" path="res://player/Camera3D.gd" id="3_7uxif"]
[sub_resource type="Environment" id="Environment_bd0rd"]
volumetric_fog_density = 0.1977
volumetric_fog_albedo = Color(0.144063, 0.144063, 0.144063, 1)
+[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_22gap"]
+radius = 0.25
+height = 1.8
+
[node name="CharacterBody3D" type="CharacterBody3D" node_paths=PackedStringArray("pivot")]
top_level = true
script = ExtResource("1_x0wva")
pivot = NodePath("Pivot")
[node name="Pivot" type="Node3D" parent="."]
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.68645, 0)
-
-[node name="Farola" parent="." instance=ExtResource("2_oms0u")]
-transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0)
[node name="Camera3D" type="Camera3D" parent="." node_paths=PackedStringArray("player")]
-transform = Transform3D(1, 0, -7.45058e-09, 0, 1, 0, 7.45058e-09, 0, 1, 0, 1.7, -0.106033)
+transform = Transform3D(1, 0, -7.45058e-09, 0, 1, 0, 7.45058e-09, 0, 1, 0, 1.7, 0)
environment = SubResource("Environment_bd0rd")
current = true
script = ExtResource("3_7uxif")
mouseSensitivity = 0.2
player = NodePath("..")
+
+[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.9, 0)
+shape = SubResource("CapsuleShape3D_22gap")