mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:45:33 +00:00
55 lines
1.6 KiB
Text
55 lines
1.6 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://5xajclchk3my"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/MainMenu.cs" id="1_702nk"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_702nk")
|
|
GameScene = "res://Scenes/game.tscn"
|
|
MainMenuScene = "res://Scenes/MainMenu.tscn"
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -63.5
|
|
offset_top = -64.0
|
|
offset_right = 63.5
|
|
offset_bottom = 64.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 38
|
|
text = "CIRNO: No Brain"
|
|
|
|
[node name="StartButton" type="Button" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Start"
|
|
|
|
[node name="DebugButton" type="Button" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Debug"
|
|
|
|
[node name="ExitButton" type="Button" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Exit
|
|
"
|
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/StartButton" to="." method="_on_start_button_pressed"]
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/DebugButton" to="." method="_on_debug_button_pressed"]
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/ExitButton" to="." method="_on_exit_button_pressed"]
|