FlingEngine
FlingEngine copied to clipboard
Ability to load Multiple config files at once
As of right now, we can only load one .ini
file at a time. Instead, we should parse the Config
directory for each file, load it in, and add it to our map of configurations.
This should be done on Engine::Startup
inside of the FlingConfig
.
We should also move the imgui.ini directory in here to the Config folder