dodatna logika
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user