Basic Bat enemy AI

This commit is contained in:
Alan Youngblood
2024-11-19 17:04:41 -05:00
parent 656c3278a4
commit 23a693d4a9
9 changed files with 135 additions and 6 deletions

View File

@ -17,6 +17,7 @@ offset = Vector2( -8, -8 )
[node name="Hurtbox" parent="." instance=ExtResource( 3 )]
collision_layer = 8
show_hit = false
[node name="CollisionShape2D" parent="Hurtbox" index="0"]
position = Vector2( 8, 8 )