PagesControl, refactor

This commit is contained in:
MihailRis
2023-11-20 03:31:18 +03:00
parent 41f9c51a27
commit 4ea7bda249
15 changed files with 339 additions and 117 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ public:
};
class MenuScreen : public Screen {
std::shared_ptr<gui::UINode> panel;
std::shared_ptr<gui::UINode> newWorldPanel;
std::shared_ptr<gui::UINode> pages;
Batch2D* batch;
Camera* uicamera;
public: