aboutsummaryrefslogtreecommitdiff
path: root/game/src/GameMenu.gd
Commit message (Collapse)AuthorAgeLines
* Refactor GameMenu to rely on export variables Spartan3222023-03-13-12/+17
|
* Merge pull request #64 from BrickPi/credits-rename BrickPi2023-03-12-2/+2
|\ | | | | Refactor Credits -> CreditsMenu
| * Refactor Credits -> CreditsMenu Joel Machens2023-03-12-2/+2
| |
* | Merge pull request #59 from Spartan322/feature/splash-opener George L. Albany2023-03-12-0/+5
|\ \ | |/ |/|
| * Add splash opener functionality Spartan3222023-03-11-0/+5
| | | | | | | | | | Add boot splash screen Implement splash skip on interaction
* | Added General Tab htmlJoel2023-03-12-4/+0
|/ | | | | | Fix OptionsMenu scaling Options UI extended Connected escape for back
* Comments marking implemeneted requirements Hop3112023-03-04-1/+5
|
* add: credits.csv - req: FS4 (#16) Brendan Griffiths2023-03-01-0/+10
| | | | | | | | | | | | | 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-0/+12
|
* Add Keychain plugin for Controls tab (#15) George L. Albany2023-02-21-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add modified Keychain plugin for future Controls tab See https://github.com/Orama-Interactive/Keychain/tree/4.x Added Events autoload singleton for global eventing namespace Added Events.Options for global options functionality * Add Controls tab via Keychain plugin Use Events.Options for save, load, and reset of settings Separate OptionMenu tabs into scene files Add locale saving and loading Refactor SettingNodes scripts for more generalized use Remove random prints Remove useless spinbox signal connection Make Resolution consistently use Vector2i * Implement Godot project overrides for resolution and window mode Overrides are necessary as Godot does not load resolution or window mode on startup, so an override is necessary to ensure this happens. Add null checks to SettingHSlider and SettingOptionButton * Fix incorrect resolution value in ResolutionSelector * Correct project settings override behavior in editor Godot normally tries to overwrite the project settings in the editor, a template feature tag must be used to prevent the editor from overwriting the project.godot settings. * Fix Orama-Interactive/Keychain#8
* Implement a usable settings UI, should fulfill: Spartan3222023-02-10-0/+13
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