37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
[gd_scene format=3 uid="uid://cr7p1pwsut4lb"]
|
|
|
|
[ext_resource type="Script" uid="uid://chlo44qqf1jxt" path="res://test/Scripts/menu_inicial.gd" id="1_47gom"]
|
|
|
|
[node name="menu_inicial" type="CanvasLayer" unique_id=507596293]
|
|
process_mode = 3
|
|
script = ExtResource("1_47gom")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="." unique_id=583267878]
|
|
offset_right = 1148.0
|
|
offset_bottom = 658.0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1503422526]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -98.0
|
|
offset_top = -33.0
|
|
offset_right = 98.0
|
|
offset_bottom = 33.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_vertical = 4
|
|
|
|
[node name="Play" type="Button" parent="VBoxContainer" unique_id=1729784933]
|
|
layout_mode = 2
|
|
text = "Play"
|
|
|
|
[node name="Quit_game" type="Button" parent="VBoxContainer" unique_id=2132465000]
|
|
layout_mode = 2
|
|
text = "Quit game"
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Play" to="." method="_on_play_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/Quit_game" to="." method="_on_quit_game_pressed"]
|