[gd_scene load_steps=3 format=3 uid="uid://148x2hp1hjq0"] [ext_resource type="Script" path="res://player/Player.gd" id="1_46xlc"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_y8kaq"] radius = 0.25 height = 1.6 [node name="Player" type="CharacterBody3D"] script = ExtResource("1_46xlc") [node name="Collision" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0) shape = SubResource("CapsuleShape3D_y8kaq")