aboutsummaryrefslogtreecommitdiff
path: root/scenes/enemy.tscn
blob: ea40f17c0bfcc62ad3b6df717dfda9f5fdc114de (plain)
1
2
3
4
5
6
7
8
9
10
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 )