mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
62 lines
2 KiB
Text
62 lines
2 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://5xajclchk3my"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/MainMenu.cs" id="1_702nk"]
|
|
[ext_resource type="Texture2D" uid="uid://dicat7qqa0a7o" path="res://Sprites/Portraits/CirnoTitle.png" id="2_mpelb"]
|
|
[ext_resource type="FontFile" uid="uid://ccm3u37q1hvux" path="res://fonts/Xolonium-Regular.ttf" id="3_bl0se"]
|
|
|
|
[sub_resource type="Theme" id="Theme_c7h4d"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = 1.0
|
|
offset_bottom = -2.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_702nk")
|
|
GameScene = "res://Scenes/game.tscn"
|
|
MainMenuScene = "res://Scenes/MainMenu.tscn"
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 79.0
|
|
offset_top = -14.0
|
|
offset_right = 241.0
|
|
offset_bottom = 148.0
|
|
texture = ExtResource("2_mpelb")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
offset_right = 337.0
|
|
offset_bottom = 158.0
|
|
|
|
[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 = SubResource("Theme_c7h4d")
|
|
theme_override_fonts/font = ExtResource("3_bl0se")
|
|
theme_override_font_sizes/font_size = 28
|
|
text = "CIRNO: No Reason"
|
|
|
|
[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"]
|