added challenge level text

This commit is contained in:
2025-12-20 20:47:04 +01:00
parent 6c48af0bec
commit eb9822dac7
5 changed files with 190 additions and 4 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <SDL3/SDL.h>
#include <vector>
#include <string>
#include "../../gameplay/core/Game.h"
// Forward declarations
@ -36,7 +37,9 @@ public:
bool challengeClearFxActive = false,
const std::vector<int>* challengeClearFxOrder = nullptr,
double challengeClearFxElapsedMs = 0.0,
double challengeClearFxDurationMs = 0.0
double challengeClearFxDurationMs = 0.0,
const std::string* challengeStoryText = nullptr,
float challengeStoryAlpha = 0.0f
);
// Render the pause overlay (full screen)