mwhicks-dev / splat-alpha

2D platforming game engine based in C++ and built on top of the SFML multimedia suite.
0 stars 0 forks source link

Refactor Client and Config relationship #24

Closed mwhicks-dev closed 5 months ago

mwhicks-dev commented 5 months ago

Goal: Config is no longer a singleton. Instead, Client is a Singleton, and Config is aggregated by Client.