Textures and sprites are now managed by a single module in textures.hpp, and even though it is a _single_ location to access all sprites it is NOT a singleton. Those are illegal.
This commit is contained in:
parent
f3e1413022
commit
0260e3d345
15 changed files with 142 additions and 170 deletions
|
@ -84,8 +84,7 @@ sources = [
|
|||
'stats.cpp',
|
||||
'status_ui.cpp',
|
||||
'systems.cpp',
|
||||
'texture.cpp',
|
||||
'textures2.cpp',
|
||||
'textures.cpp',
|
||||
'tilemap.cpp',
|
||||
'worldbuilder.cpp',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue