[gd_scene load_steps=6 format=2] [ext_resource path="res://entities/PlayerEntity.gd" type="Script" id=1] [ext_resource path="res://scenes/DebugCamera.gd" type="Script" id=2] [ext_resource path="res://components/MovableComponent.tscn" type="PackedScene" id=4] [sub_resource type="CapsuleMesh" id=4] radius = 0.2 mid_height = 0.5 radial_segments = 16 [sub_resource type="CapsuleShape" id=5] radius = 0.25 height = 0.5 [node name="Player" type="KinematicBody"] script = ExtResource( 1 ) [node name="Camera" type="Camera" parent="."] transform = Transform( 1, 0, 0, 0, 0.511698, 0.859165, 0, -0.859165, 0.511698, -4.76837e-07, 7.29903, 4.46831 ) current = true fov = 60.0 script = ExtResource( 2 ) [node name="MeshInstance" type="MeshInstance" parent="."] transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0.5, 0 ) mesh = SubResource( 4 ) [node name="Collision" type="CollisionShape" parent="."] transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0.5, 0 ) shape = SubResource( 5 ) [node name="Movable" parent="." instance=ExtResource( 4 )] max_speed = 3