Mario: add basic main menu to editor, separate scenes from main game loop

This commit is contained in:
2022-06-26 15:13:06 +02:00
parent c59851b490
commit 92ffac0edf
7 changed files with 1441 additions and 1309 deletions
+1
View File
@@ -10,3 +10,4 @@ std::shared_ptr<SDLPP::Texture> g_translucent_mod_texture{};
std::shared_ptr<SDLPP::Texture> g_translucent_enemies_texture;
std::shared_ptr<SDLPP::Scene> g_playground{};
std::shared_ptr<SDLPP::FontConfiguration> g_text_config{};
bool g_quit = false;