Add high scores level with specific settings, new resources for images and textures, update project configuration to include HighScoreMgr, and define style boxes for game theme.
This commit is contained in:
parent
3eaa959910
commit
115b4b0a69
22 changed files with 821 additions and 12 deletions
|
|
@ -192,13 +192,14 @@ grow_vertical = 2
|
|||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="LevelSelect/CenterContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/margin_top = 100
|
||||
theme_override_constants/margin_top = 200
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="LevelSelect/CenterContainer/MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="MenuButton" type="MenuButton" parent="LevelSelect/CenterContainer/MarginContainer/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(400, 100)
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "Level Select"
|
||||
|
|
@ -221,11 +222,13 @@ popup/item_5/id = 6
|
|||
|
||||
[node name="HighScores" type="Button" parent="LevelSelect/CenterContainer/MarginContainer/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(0, 50)
|
||||
layout_mode = 2
|
||||
text = "High Scores"
|
||||
text = "High Scores & Credits"
|
||||
|
||||
[node name="ExitGame" type="Button" parent="LevelSelect/CenterContainer/MarginContainer/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(0, 50)
|
||||
layout_mode = 2
|
||||
text = "Quit Game"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue