[gd_scene load_steps=3 format=2] [ext_resource path="res://Player.gd" type="Script" id=2] [sub_resource type="SphereShape" id=1] radius = 0.5 [node name="Player" type="KinematicBody"] collision_layer = 2 script = ExtResource( 2 ) [node name="Camera" type="Camera" parent="."] [node name="CollisionShape" type="CollisionShape" parent="."] shape = SubResource( 1 )