DarkMuesli / CreationQuest

3 stars 0 forks source link

TODO: Asset loading and management through a Singleton at Game's create() ? #6

Open DarkMuesli opened 7 years ago

DarkMuesli commented 7 years ago

A Singleton could be appropriate to load all assets at the game's create() method. Asset management would then be encapsulated within this Singleton and globally accessible.

To be thought about further.