Spawn different objects withing level

This commit is contained in:
DanielProl1xy
2024-01-30 23:44:07 +03:00
parent 7434cb66e8
commit 4a4b80bef3
9 changed files with 85 additions and 18 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ void PlayerController::resetKeyboard() {
}
void PlayerController::updateControls(float delta){
player->update(level, input, delta);
player->updateInput(level, input, delta);
}
void PlayerController::updateInteraction(){