Open BenjaFriend opened 4 years ago
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.
.ini
Config
This should be done on Engine::Startup inside of the FlingConfig.
Engine::Startup
FlingConfig
We should also move the imgui.ini directory in here to the Config folder
As of right now, we can only load one
.ini
file at a time. Instead, we should parse theConfig
directory for each file, load it in, and add it to our map of configurations.This should be done on
Engine::Startup
inside of theFlingConfig
.