Fade from main menu to gameplay

This commit is contained in:
2025-11-22 20:18:00 +01:00
parent c0bee9296a
commit 3c3a85d6d4
7 changed files with 167 additions and 17 deletions

View File

@ -26,7 +26,9 @@ public:
float logicalScale,
float winW,
float winH,
bool showExitConfirmPopup
bool showExitConfirmPopup,
int exitPopupSelectedButton = 1,
bool suppressPauseVisuals = false
);
private: