languages menu moved to xml + minor refactor

This commit is contained in:
MihailRis
2024-04-13 16:28:06 +03:00
parent f525d82ca8
commit 657b09da9e
12 changed files with 71 additions and 48 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ void LevelScreen::update(float delta) {
}
if (!hud->isPause()) {
controller->getLevel()->world->updateTimers(delta);
controller->getLevel()->getWorld()->updateTimers(delta);
animator->update(delta);
}
controller->update(delta, !inputLocked, hud->isPause());