summaryrefslogtreecommitdiffstats
path: root/Player.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Player.tscn')
-rw-r--r--Player.tscn14
1 files changed, 14 insertions, 0 deletions
diff --git a/Player.tscn b/Player.tscn
new file mode 100644
index 0000000..098799c
--- /dev/null
+++ b/Player.tscn
@@ -0,0 +1,14 @@
+[gd_scene load_steps=3 format=2]
+
+[ext_resource path="res://Player.gd" type="Script" id=2]
+
+[sub_resource type="SphereShape" id=1]
+
+[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 )