aboutsummaryrefslogtreecommitdiff
path: root/game/src/GameMenu.tscn
Commit message (Collapse)AuthorAgeLines
* Merge pull request #51 from Spartan322/tweak/credits George L. Albany2023-03-08-1/+3
|\
| * Fix Credits to use theme type variants over LabelSettings Spartan3222023-03-07-1/+3
| | | | | | | | | | | | | | - Enables reliable theme application Remove LabelSettings resources from Credits Moved theme load from MainMenu to GameMenu scene Removed Button references from default_theme resource
* | Add Music Player (#49) ClarkeCode2023-03-06-0/+9
|/ | | | | | | | | | | | | | | * Adding MusicConductor * Added selectable songs and player visibility toggle * Refinements to the music system * SongInfo compatability with various audio formats * Moved UI reqs to editor description; flipped conditions to exclude music .import files * Made selection of the first music track extension-agnostic * Fixed visual bug with play/pause button when interacting with progress slider
* add: credits.csv - req: FS4 (#16) Brendan Griffiths2023-03-01-1/+8
| | | | | | | | | | | | | Requirements met by this PR: SS-17 SS-29 [1] UI-32 UI-34 UIFUN-36 UI-35 UI-38 UIFUN-37 FS-4
* Add skeleton for Game Lobby Menu (#26) nuruvilu2023-02-27-1/+8
|
* Add stylized theme to MainMenu (#12) George L. Albany2023-02-21-2/+3
| | | | | | | | | | | | | | | | | | | | * Add stylized theme to MainMenu Increase message queue memory size by 4 Add default_theme.theme Refactor SampleGame.gd to better account for refactoring via @export nodes Properly aligne SampleGame scene Reorganize MainMenu into its own directory Add main_menu_border_paper.png Add main_menu_button.png * Add background image to theme Implement StyleBoxCombinedTexture Allows drawing an array of textures all at once Make MainMenu Panel a PanelContainer for consistency * Implement MainMenu button press, hover, and focus styles Improve MainMenu button disabled style * Add Godot's latest documentation to the README.md
* Implement a usable settings UI, should fulfill: Spartan3222023-02-10-0/+41
SS-58, SS-61, SS-6, SS-9, SS-10, SS-11, SS-13 UI-11, UI-12, UI-19, UI-44, UI-47, UI-22