Extensive work on VFX for the guild, assets for the world, and portrait variance. Work on quests. Extra work on User Flow completion and file saving.
This commit is contained in:
@@ -23,16 +23,10 @@ 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
|
||||
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
|
||||
@@ -47,22 +41,26 @@ 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="."]
|
||||
[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, 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
|
||||
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="Button" to="." method="_on_button_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/ContinueButton" to="." method="_on_continue_button_pressed"]
|
||||
[connection signal="pressed" from="VBoxContainer/StartButton" to="." method="_on_start_button_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user