aboutsummaryrefslogtreecommitdiff
path: root/scenes/enemy.tscn
blob: f19aab967e6a5b4d1034434a252220ec55f2cd2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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="."]
collision_layer = 8
collision_mask = 8

[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 )