freezarite
201b5c8b5d
added documentation
2025-01-14 19:27:56 +01:00
freezarite
91f15671c0
fixed pull request issues
2024-12-17 16:08:28 +01:00
freezarite
acdbf29896
Fixed a bug where the custom json was not loaded correctly
...
Changed base config location to ./engine/config.json to make implementation better for the game-dev
2024-12-16 05:47:28 +01:00
freezarite
5e48f4e34f
Config now gets read by the GameInternal.cpp
...
Made the process of adding a custom Config file work via a Virtual function within Game.h
2024-12-13 14:36:43 +01:00
freezarite
9247b8df8a
started work on config-system
...
added nlohmann_json library as submodule and to CMakeLists.txt
created basic config.json file in root folder
created ConfigLoader.h and added basic functionalities to it
2024-12-03 18:17:31 +01:00