Added bat enemies with stats and better touch controls

This commit is contained in:
Alan Youngblood
2024-11-10 14:05:00 -05:00
parent f398efdcff
commit 6555ebe4c2
16 changed files with 141 additions and 4 deletions

View File

@ -12,21 +12,25 @@
[node name="Left" type="TouchScreenButton" parent="."]
position = Vector2( 4, 133 )
normal = ExtResource( 4 )
passby_press = true
action = "ui_left"
[node name="Right" type="TouchScreenButton" parent="."]
position = Vector2( 43, 133 )
normal = ExtResource( 2 )
passby_press = true
action = "ui_right"
[node name="Up" type="TouchScreenButton" parent="."]
position = Vector2( 23, 113 )
normal = ExtResource( 5 )
passby_press = true
action = "ui_up"
[node name="Down" type="TouchScreenButton" parent="."]
position = Vector2( 23, 153 )
normal = ExtResource( 6 )
passby_press = true
action = "ui_down"
[node name="Attack" type="TouchScreenButton" parent="."]