Restructured files and worked on more complex quest progression
This commit is contained in:
68
scenes/start_menu.tscn
Normal file
68
scenes/start_menu.tscn
Normal file
@@ -0,0 +1,68 @@
|
||||
[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
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -630.0
|
||||
offset_top = -247.0
|
||||
offset_right = 630.0
|
||||
offset_bottom = -39.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
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
|
||||
theme_override_font_sizes/font_size = 48
|
||||
text = "We're going to be the bestest guild ever, right? Right?!?"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
modulate = Color(4.415934, 4.415934, 4.415934, 1)
|
||||
custom_minimum_size = Vector2(1000, 250)
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -75.5
|
||||
offset_top = 154.5
|
||||
offset_right = 75.5
|
||||
offset_bottom = 229.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_font_sizes/font_size = 48
|
||||
text = "START"
|
||||
|
||||
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|
||||
Reference in New Issue
Block a user