80 lines
2.5 KiB
Text
80 lines
2.5 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://cx6ju87m8qrxi"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_f30hj"]
|
|
bg_color = Color(0, 0, 0, 0.498039)
|
|
corner_radius_top_left = 30
|
|
corner_radius_top_right = 30
|
|
corner_radius_bottom_right = 30
|
|
corner_radius_bottom_left = 30
|
|
|
|
[node name="Main_menu" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 0
|
|
offset_left = -576.0
|
|
offset_top = -384.0
|
|
offset_right = 576.0
|
|
offset_bottom = 264.0
|
|
color = Color(0.356863, 0.34902, 0.34902, 1)
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 125
|
|
text = "Survival Cultivator
|
|
"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button" type="Button" parent="MarginContainer/VBoxContainer/VBoxContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 75
|
|
theme_override_styles/normal = SubResource("StyleBoxFlat_f30hj")
|
|
text = "New Game"
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/VBoxContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button" type="Button" parent="MarginContainer/VBoxContainer/VBoxContainer/VBoxContainer/MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 75
|
|
text = "Option"
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/VBoxContainer/VBoxContainer/VBoxContainer2"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Button" type="Button" parent="MarginContainer/VBoxContainer/VBoxContainer/VBoxContainer2/MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 75
|
|
text = "Quit"
|