Mario: Add restart and background color for menus
This commit is contained in:
@@ -19,6 +19,6 @@ SceneStruct createOkScene(std::shared_ptr<SDLPP::Renderer> renderer,
|
||||
SceneStruct createLoadScene(std::shared_ptr<SDLPP::Renderer> renderer,
|
||||
const std::string &path,
|
||||
std::function<void(const std::string &)> finalizer,
|
||||
bool pop_at_finish = true);
|
||||
bool pop_at_finish = true, bool transparent_bg = true);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user