aboutsummaryrefslogtreecommitdiff
path: root/game/src/CreditsMenu
Commit message (Collapse)AuthorAgeLines
* Changed from OpenVic2 to OpenVic Hop3112023-05-17-1/+1
|
* Add some license conformance for Godot Spartan3222023-04-28-1/+139
| | | | | | Add License Attribution for OpenVic2, Godot, FreeType, ENet, and mbed TLS in credits with redirect links to licenses Add contributor and donor list for Godot to credits Add link button for Godot, redirects to https://godotengine.org
* Added Localisation (#77) Hop3112023-03-30-1/+1
| | | | | | | | | * Added Localisation * Removed `.gdignore`s. * Localisation dir path and Locale name cleanup * Incomplete entry warnings + README
* Make default_theme.tres the project theme Spartan3222023-03-23-9/+8
| | | | | | | | | | | | | | | | | | | | | | 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
* Refactor Credits -> CreditsMenu Joel Machens2023-03-12-0/+175