aboutsummaryrefslogtreecommitdiff
path: root/game/src/Game/Autoload/Events/Localisation.gd
Commit message (Collapse)AuthorAgeLines
* Add GameLoader Autoload to handle global loading data Spartan3222023-07-09-34/+0
| | | | | | | | | | | | | | Remove GameDebug, Localization, and ShaderManager from Events.gd Renamed OptionsSingleton class_name to OptionsEventsObject Add Events.Loader to handle Loader events (which are global signals) Make GameDebug singleton with static functions and property Make Localization functions static Move ShaderManager variable to GameLoader Move Events._define_filepaths_dict to GameLoader.define_filepaths_dict Move game initialization from LoadingScreen.gd and Events.gd to GameStart.gd Attach GameStart.gd to GameStart.tscn root Make LoadingScreen generalized and so it is reusable Remove class_name from LoaderingScreen.gd
* Merge pull request #131 from OpenVicProject/ui-cleanup Hop3112023-06-24-4/+7
|\ | | | | Localisation and UI focus cleanup
| * Localisation and UI focus cleanup Hop3112023-06-23-4/+7
| | | | | | | | | | | | | | | | Updated Russian localisation Resolution, window_mode, monitor refactor Locale based number formatting
* | Add Loading Screen Joel Machens2023-06-13-0/+1
|/
* Reorganize the file structure of the files in `game/src` Spartan3222023-06-03-0/+30