Search found 2 matches
- Wed Nov 30, 2016 4:58 am
- Forum: Libraries and Tools
- Topic: ConfigManager - Handy Library for Options Menus
- Replies: 5
- Views: 3111
Re: ConfigManager - Handy Library for Options Menus
Thank you, I feel a little silly for forgetting Love projects are zipped for distribution. I guess I'll leave it up while I work on a replacement, since I can't use this code for release either. EDIT: New working version is now online, but it does use extra files stored in the LOVE save directory. I...
- Wed Nov 30, 2016 4:33 am
- Forum: Libraries and Tools
- Topic: ConfigManager - Handy Library for Options Menus
- Replies: 5
- Views: 3111
ConfigManager - Handy Library for Options Menus
I'm in the middle of making my first Lua game and I needed a way to save the user's preferences for the game window. If they set my game to fullscreen mode, I think it had better reopen in fullscreen mode. It works by directly editing the conf.lua file instead of using an outside file to save values...