aboutsummaryrefslogtreecommitdiff
path: root/game/src/OptionMenu/VolumeGrid.gd
Commit message (Collapse)AuthorAgeLines
* Reorganize the file structure of the files in `game/src` Spartan3222023-06-03-70/+0
|
* Added Localisation (#77) Hop3112023-03-30-3/+6
| | | | | | | | | * Added Localisation * Removed `.gdignore`s. * Localisation dir path and Locale name cleanup * Incomplete entry warnings + README
* Basic Game Session skeleton (#67) Hop3112023-03-22-0/+8
| | | | | | | | | | | | | * Fixed grab_focus error on not is_inside_tree * Moved SampleGame to GameSession/GameSession * Basic GameSession and GameSessionMenu/Escape Menu * Map Control Panel skeleton * Added requirement comments * Removed unnecessary CenterContainer
* Comments marking implemeneted requirements Hop3112023-03-04-1/+6
|
* Add Setting Sanatization (#21) Hop3112023-02-26-10/+10
|
* Implement a usable settings UI, should fulfill: Spartan3222023-02-10-0/+54
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