Tutorial 17 Enemy AI and Stats
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user