dodatna logika

This commit is contained in:
2026-05-02 18:09:17 +02:00
parent 56d567b77d
commit e4389f035d
16 changed files with 239 additions and 37 deletions

View File

@@ -33,13 +33,13 @@ namespace Game::AGame {
};
if (GameManager::getSharedData<bool>("gameLost")) {
setText("You Died!");
setText("Umrl si!");
anchorTopRight();
return;
}
if (GameManager::getSharedData<bool>("gameWon")) {
setText("You Won!");
setText("Zmagal si!");
anchorTopRight();
return;
}