Added bat enemies with stats and better touch controls
This commit is contained in:
@ -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="."]
|
||||
|
Reference in New Issue
Block a user