Tutorial 17 Enemy AI and Stats

This commit is contained in:
Alan Youngblood
2024-11-20 17:22:31 -05:00
parent 23a693d4a9
commit 24bc047855
14 changed files with 88 additions and 22 deletions

View File

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