updated main menu for cooperate mode

This commit is contained in:
2025-12-23 12:21:33 +01:00
parent 953d6af701
commit dac312ef2b
6 changed files with 60 additions and 14 deletions

View File

@ -107,4 +107,8 @@ private:
int coopSetupSelected = 0; // 0 = 2 players, 1 = AI
SDL_FRect coopSetupBtnRects[2]{};
bool coopSetupRectsValid = false;
// Optional cooperative info image shown when coop setup panel is active
SDL_Texture* coopInfoTexture = nullptr;
int coopInfoTexW = 0;
int coopInfoTexH = 0;
};