Intermediate refactor to move everything over to using the textures module rather than everyone using one TexturePack thing.
This commit is contained in:
parent
6c1d851e85
commit
f3e1413022
23 changed files with 129 additions and 64 deletions
|
@ -15,12 +15,11 @@ namespace gui {
|
|||
Stats $stats;
|
||||
sf::RenderWindow& $window;
|
||||
GameLevel $level;
|
||||
TexturePack& $textures;
|
||||
OverlayUI $overlay_ui;
|
||||
Raycaster $rayview;
|
||||
CameraLOL $camera;
|
||||
|
||||
MainUI(sf::RenderWindow& window, GameLevel level, TexturePack &textures);
|
||||
MainUI(sf::RenderWindow& window, GameLevel level);
|
||||
|
||||
void mouse(int x, int y);
|
||||
void debug();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue