Twinklebear / LPCGame

Working on a C++ tile based 'engine' using SDL
MIT License
18 stars 1 forks source link

Load Initial Settings From a JSON File #22

Open Twinklebear opened 11 years ago

Twinklebear commented 11 years ago

Realized that I never put in a method for the window size or title to be configured in addition the default state to load is hardcoded as mIntro, but should also be configurable. Perhaps in some init.json or config.json file?