Files
puzzle-quest/scenes/UI/ChooseScene.tscn
T

33 lines
855 B
Plaintext
Raw Normal View History

2021-05-08 13:44:51 +02:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scenes/UI/ChooseScene.gd" type="Script" id=1]
2021-05-08 12:51:30 +02:00
[node name="ChooseScene" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2021-05-08 13:44:51 +02:00
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="GridContainer" type="GridContainer" parent="."]
margin_right = 1024.0
margin_bottom = 600.0
2021-05-08 12:51:30 +02:00
__meta__ = {
"_edit_use_anchors_": false
}
2021-05-08 13:44:51 +02:00
[node name="Return" type="LinkButton" parent="GridContainer"]
margin_right = 54.0
margin_bottom = 14.0
text = "back"
[node name="WarCraft" type="LinkButton" parent="GridContainer"]
margin_top = 18.0
margin_right = 54.0
margin_bottom = 32.0
text = "WarCraft"
[connection signal="pressed" from="GridContainer/Return" to="." method="_on_Return_pressed"]
[connection signal="pressed" from="GridContainer/WarCraft" to="." method="_on_WarCraft_pressed"]