Merge branch 'main' into worldwide-refactor
This commit is contained in:
commit
9e6b8caa94
@ -41,8 +41,8 @@ public:
|
|||||||
class LevelScreen : public Screen {
|
class LevelScreen : public Screen {
|
||||||
std::unique_ptr<LevelFrontend> frontend;
|
std::unique_ptr<LevelFrontend> frontend;
|
||||||
std::unique_ptr<Hud> hud;
|
std::unique_ptr<Hud> hud;
|
||||||
std::unique_ptr<WorldRenderer> worldRenderer;
|
|
||||||
std::unique_ptr<LevelController> controller;
|
std::unique_ptr<LevelController> controller;
|
||||||
|
std::unique_ptr<WorldRenderer> worldRenderer;
|
||||||
std::unique_ptr<TextureAnimator> animator;
|
std::unique_ptr<TextureAnimator> animator;
|
||||||
|
|
||||||
bool hudVisible = true;
|
bool hudVisible = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user