20 lines
477 B
Plaintext
20 lines
477 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://arrow_down.png" type="Texture" id=1]
|
||
|
|
||
|
[sub_resource type="GradientTexture" id=1]
|
||
|
|
||
|
[node name="Control" type="Control"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="TouchScreenButton" type="TouchScreenButton" parent="."]
|
||
|
position = Vector2( 890.674, 223.37 )
|
||
|
scale = Vector2( 4.01662, 3.80615 )
|
||
|
normal = ExtResource( 1 )
|
||
|
pressed = SubResource( 1 )
|
||
|
action = "ui_right"
|