Added random seed and ability to enter a seed. Also added a simple/small tutorial screen and unified the UI with UIStyle.cs
This commit is contained in:
@@ -108,7 +108,7 @@ theme_override_constants/separation = 40
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="CenterContainer/VBoxContainer" unique_id=195514567]
|
||||
layout_mode = 2
|
||||
bbcode_enabled = true
|
||||
text = "[font_size=50]RuinAdventurer[/font_size]"
|
||||
text = "[font_size=50]Ruin Adventurer[/font_size]"
|
||||
fit_content = true
|
||||
scroll_active = false
|
||||
autowrap_mode = 0
|
||||
@@ -119,24 +119,28 @@ layout_mode = 2
|
||||
|
||||
[node name="btnPlay" type="Button" parent="CenterContainer/VBoxContainer" unique_id=452402808]
|
||||
layout_mode = 2
|
||||
custom_minimum_size = Vector2(220, 42)
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_bnhvo")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_tt5f1")
|
||||
text = "Start Game"
|
||||
|
||||
[node name="btnLoad" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
custom_minimum_size = Vector2(220, 42)
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_bnhvo")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_tt5f1")
|
||||
text = "Load Game"
|
||||
|
||||
[node name="btnOptions" type="Button" parent="CenterContainer/VBoxContainer" unique_id=891656915]
|
||||
layout_mode = 2
|
||||
custom_minimum_size = Vector2(220, 42)
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_bnhvo")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_tt5f1")
|
||||
text = "Options"
|
||||
|
||||
[node name="btnExit" type="Button" parent="CenterContainer/VBoxContainer" unique_id=2025231658]
|
||||
layout_mode = 2
|
||||
custom_minimum_size = Vector2(220, 42)
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_bnhvo")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_tt5f1")
|
||||
text = "Exit Game"
|
||||
|
||||
Reference in New Issue
Block a user