aboutsummaryrefslogtreecommitdiff
path: root/game/src/GameStart.tscn
Commit message (Collapse)AuthorAgeLines
* Reorganize the file structure of the files in `game/src` Spartan3222023-06-03-52/+0
|
* Added compatibility-mode command line argument Hop3112023-05-25-4/+1
|
* Add ArgumentParser Spartan3222023-05-02-1/+4
| | | | | | | | | | | | Streamlines parsing of commandline arguments Arguments reside in ProjectSettings as `openvic2/data/arguments` as a dictionary The dictionary's key is the option name The dictionary is set with default values This enables project setting overrides for arguments (user specified arguments take priority) Add help commandline option Prepare for removal of GameDebug.gd Add game project description
* Add splash opener functionality Spartan3222023-03-11-0/+52
Add boot splash screen Implement splash skip on interaction