world previews demo

This commit is contained in:
MihailRis
2024-04-23 01:09:30 +03:00
parent 5afa5304ff
commit 6e2bc9ca95
24 changed files with 153 additions and 59 deletions
+4
View File
@@ -11,6 +11,7 @@ class Hud;
class LevelController;
class WorldRenderer;
class TextureAnimator;
class PostProcessing;
class Level;
class LevelScreen : public Screen {
@@ -19,6 +20,9 @@ class LevelScreen : public Screen {
std::unique_ptr<LevelController> controller;
std::unique_ptr<WorldRenderer> worldRenderer;
std::unique_ptr<TextureAnimator> animator;
std::unique_ptr<PostProcessing> postProcessing;
void saveWorldPreview();
bool hudVisible = true;
void updateHotkeys();