Files
pomchronicles/scenes/start_menu.tscn

69 lines
2.0 KiB
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://cnvl7f3066u7o"]
[ext_resource type="Script" uid="uid://dco3n63irwntu" path="res://scripts/start_menu.gd" id="1_ouf4f"]
[node name="Start Menu" 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_ouf4f")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = -1
offset_left = 350.0
offset_top = 150.0
offset_right = 1610.0
offset_bottom = 970.0
[node name="Label" type="Label" parent="VBoxContainer"]
layout_mode = 2
mouse_filter = 0
theme_override_font_sizes/font_size = 100
text = "PomChronicles:"
horizontal_alignment = 1
[node name="Label2" type="Label" parent="VBoxContainer"]
modulate = Color(0.45840502, 0.45840508, 0.45840502, 1)
layout_mode = 2
mouse_filter = 0
theme_override_font_sizes/font_size = 48
text = "We're going to be the bestest guild ever, right? Right?!?"
horizontal_alignment = 1
[node name="Control" type="Control" parent="VBoxContainer"]
custom_minimum_size = Vector2(0, 200)
layout_mode = 2
[node name="ContinueButton" type="Button" parent="VBoxContainer"]
unique_name_in_owner = true
modulate = Color(4.415934, 4.415934, 4.415934, 1)
custom_minimum_size = Vector2(1000, 150)
layout_mode = 2
theme_override_font_sizes/font_size = 48
disabled = true
text = "CONTINUE"
[node name="StartButton" type="Button" parent="VBoxContainer"]
unique_name_in_owner = true
modulate = Color(4.415934, 4.415934, 4.415934, 1)
custom_minimum_size = Vector2(1000, 150)
layout_mode = 2
theme_override_font_sizes/font_size = 48
text = "START"
[connection signal="pressed" from="VBoxContainer/ContinueButton" to="." method="_on_continue_button_pressed"]
[connection signal="pressed" from="VBoxContainer/StartButton" to="." method="_on_start_button_pressed"]