Open DarkMuesli opened 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.
create()
To be thought about further.
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.