CheatCode/controles.tscn

85 lines
2.4 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://ds7l3fhbhb4t6"]
[ext_resource type="Script" path="res://controles.gd" id="1_ims8s"]
[ext_resource type="Texture2D" uid="uid://byhscsj8m2fsd" path="res://assets/arrow_up.png" id="1_mgiis"]
[ext_resource type="Texture2D" uid="uid://cdyqgw8q4ixfm" path="res://assets/arrow_down.png" id="2_1dvjo"]
[ext_resource type="Texture2D" uid="uid://br0of4r3mfawy" path="res://assets/arrow_left.png" id="3_p10pm"]
[ext_resource type="Texture2D" uid="uid://ndanhgshr8ah" path="res://assets/arrow_right.png" id="4_hknr6"]
[sub_resource type="Theme" id="Theme_tlyrp"]
[node name="Controles" type="Node"]
script = ExtResource("1_ims8s")
[node name="ColorRect" type="ColorRect" parent="."]
offset_left = -4.0
offset_top = 405.0
offset_right = 482.0
offset_bottom = 699.0
color = Color(0.127482, 0.255395, 0.415464, 1)
[node name="Up" type="Button" parent="."]
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -105.0
offset_top = 410.0
offset_right = 103.0
offset_bottom = 550.0
grow_horizontal = 2
icon = ExtResource("1_mgiis")
icon_alignment = 1
expand_icon = true
[node name="Down" type="Button" parent="."]
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -105.0
offset_top = -166.0
offset_right = 103.0
offset_bottom = -26.0
grow_horizontal = 2
grow_vertical = 0
icon = ExtResource("2_1dvjo")
icon_alignment = 1
expand_icon = true
[node name="Left" type="Button" parent="."]
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = -4.0
offset_top = 50.0
offset_right = 132.0
offset_bottom = 334.0
grow_vertical = 2
icon = ExtResource("3_p10pm")
icon_alignment = 1
expand_icon = true
[node name="Right" type="Button" parent="."]
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = -134.0
offset_top = 50.0
offset_right = 2.0
offset_bottom = 334.0
grow_horizontal = 0
grow_vertical = 2
theme = SubResource("Theme_tlyrp")
theme_override_colors/font_color = Color(0.054902, 0.133333, 0.231373, 1)
icon = ExtResource("4_hknr6")
icon_alignment = 1
expand_icon = true
[connection signal="pressed" from="Up" to="." method="_on_up_button_pressed"]
[connection signal="pressed" from="Down" to="." method="_on_down_button_pressed"]
[connection signal="pressed" from="Left" to="." method="_on_left_button_pressed"]
[connection signal="pressed" from="Right" to="." method="_on_right_button_pressed"]