Move Game Complete sequence to new text box system

In order to be able to retranslate the game time text box in particular,
I had to create new variables to bake the saved time, since the existing
savetime variable is just an std::string. From there, the saved time can
be retranslated on-the-fly.
This commit is contained in:
Misa
2024-01-21 13:41:40 -08:00
committed by Misa Elizabeth Kai
parent 7088858957
commit b14ca5e366
2 changed files with 132 additions and 46 deletions
+1
View File
@@ -359,6 +359,7 @@ public:
bool gamesaved;
bool gamesavefailed;
std::string savetime;
int saveframes, saveseconds;
int savetrinkets;
bool startscript;
std::string newscript;