aboutsummaryrefslogtreecommitdiff
path: root/scenes/enemy.tscn
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2021-12-09 00:52:59 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2021-12-09 00:52:59 +0100
commit0f518727c28d3204415db14c7ca0e4f7cb653677 (patch)
treea595121771b69a52f17154d8e5c61b7e4b2b8190 /scenes/enemy.tscn
working
Diffstat (limited to 'scenes/enemy.tscn')
-rw-r--r--scenes/enemy.tscn11
1 files changed, 11 insertions, 0 deletions
diff --git a/scenes/enemy.tscn b/scenes/enemy.tscn
new file mode 100644
index 0000000..ea40f17
--- /dev/null
+++ b/scenes/enemy.tscn
@@ -0,0 +1,11 @@
+[gd_scene load_steps=2 format=2]
+
+[sub_resource type="SphereShape" id=17]
+
+[node name="enemy" type="Spatial" groups=["enemies"]]
+
+[node name="KinematicBody" type="KinematicBody" parent="."]
+
+[node name="CollisionShape" type="CollisionShape" parent="KinematicBody"]
+transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 0, 0, 0 )
+shape = SubResource( 17 )