flingengine / FlingEngine

A Vulkan game engine with a focus on data oriented design
https://fling-engine.site/
MIT License
408 stars 16 forks source link

Ability to load Multiple config files at once #148

Open BenjaFriend opened 4 years ago

BenjaFriend commented 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.

This should be done on Engine::Startup inside of the FlingConfig.

BenjaFriend commented 4 years ago

We should also move the imgui.ini directory in here to the Config folder