Quick refactor of the config system to make it easier to refactor config.cpp/hpp later.

This commit is contained in:
Zed A. Shaw 2025-09-16 11:59:30 -04:00
parent 47f659ae8e
commit e523aa8b02
29 changed files with 138 additions and 140 deletions

View file

@ -12,7 +12,7 @@ int main(int argc, char* argv[]) {
textures::init();
sound::init();
ai::init("assets/ai.json");
ai::init("ai");
animation::init();
sound::mute(false);