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
@@ -12,5 +12,6 @@ extern std::shared_ptr<SDLPP::Texture> g_translucent_mod_texture;
extern std::shared_ptr<SDLPP::Texture> g_translucent_enemies_texture;
extern std::shared_ptr<SDLPP::Scene> g_playground;
extern std::shared_ptr<SDLPP::FontConfiguration> g_text_config;
extern bool g_quit;
#endif