Make the android part a bit easy
parent
6edc330b1c
commit
f6157ef89d
13
touch.tscn
13
touch.tscn
|
@ -5,24 +5,19 @@
|
||||||
[node name="Node2D" type="Node2D"]
|
[node name="Node2D" type="Node2D"]
|
||||||
|
|
||||||
[node name="TouchScreenButton" type="TouchScreenButton" parent="."]
|
[node name="TouchScreenButton" type="TouchScreenButton" parent="."]
|
||||||
position = Vector2( 81, 317 )
|
position = Vector2( 771, 387 )
|
||||||
|
scale = Vector2( 1.26562, 1.26562 )
|
||||||
normal = ExtResource( 1 )
|
normal = ExtResource( 1 )
|
||||||
action = "up"
|
action = "up"
|
||||||
|
|
||||||
[node name="TouchScreenButton2" type="TouchScreenButton" parent="."]
|
[node name="TouchScreenButton2" type="TouchScreenButton" parent="."]
|
||||||
position = Vector2( 11, 455 )
|
position = Vector2( 102, 454 )
|
||||||
rotation = -1.57079
|
rotation = -1.57079
|
||||||
normal = ExtResource( 1 )
|
normal = ExtResource( 1 )
|
||||||
action = "left"
|
action = "left"
|
||||||
|
|
||||||
[node name="TouchScreenButton4" type="TouchScreenButton" parent="."]
|
[node name="TouchScreenButton4" type="TouchScreenButton" parent="."]
|
||||||
position = Vector2( 215, 392 )
|
position = Vector2( 306, 391 )
|
||||||
rotation = 1.57079
|
rotation = 1.57079
|
||||||
normal = ExtResource( 1 )
|
normal = ExtResource( 1 )
|
||||||
action = "right"
|
action = "right"
|
||||||
|
|
||||||
[node name="TouchScreenButton3" type="TouchScreenButton" parent="."]
|
|
||||||
position = Vector2( 145, 524 )
|
|
||||||
rotation = -3.14159
|
|
||||||
normal = ExtResource( 1 )
|
|
||||||
action = "down"
|
|
||||||
|
|
Loading…
Reference in New Issue