aboutsummaryrefslogtreecommitdiff
path: root/game/theme/assets
Commit message (Collapse)AuthorAgeLines
* Add Loading Screen Joel Machens2023-06-13-0/+34
|
* Logo on Mainmenu + icon imports + whitespace cleanup (#82) Hop3112023-04-07-0/+34
| | | | | | | * Whitespace cleanup * Icon import files * Logo on main menu.
* Make main_menu_button.png a Texture2D Spartan3222023-03-24-0/+10
| | | | | Make main_menu_button_normal a text resource Easier to manage with Git
* Make default_theme.tres the project theme Spartan3222023-03-23-0/+102
Remove default_theme as theme for GameMenu Usable as a result of Godot 4.0.1 update Move theme resources to theme directory Move theme_assets to theme/assets For better theme organization Remove scene/node specific theme overrides Use theme_type_variation for nodes in MainMenu, OptionsMenu, CreditsMenu Decreases coupling of theme values in scenes and the scene tree Assign theme resources to MainMenu, OptionsMenu, and CreditsMenu Separates general default theme values and scene specific theme values Reduces the specificity and verbosity of theme type variation names Rename MainMenu/Panel/VBox/Margin2 to BottomMargin For better clarity of Margin's purpose Add newline to end of CreditsMenu.gd