[gd_scene load_steps=3 format=3]
[ext_resource type="Script" path="res://scripts/player/fpv_controller.gd" id="1_fpv"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_player"]
height = 1.7
radius = 0.3
[node name="PlayerFPV" type="CharacterBody3D"]
script = ExtResource("1_fpv")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.85, 0)
shape = SubResource("CapsuleShape3D_player")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.6, 0)
current = true
fov = 70.0
near = 0.1
far = 50.0
[node name="InteractRay" type="RayCast3D" parent="Camera3D"]
target_position = Vector3(0, 0, -2.5)
collision_mask = 1
collide_with_areas = true