diff options
Diffstat (limited to 'scenes/enemy.tscn')
-rw-r--r-- | scenes/enemy.tscn | 11 |
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 ) |