add on_update event

This commit is contained in:
MihailRis
2024-06-29 22:19:42 +03:00
parent bb1c0b4b44
commit 982c8b132d
7 changed files with 41 additions and 10 deletions
+1
View File
@@ -50,6 +50,7 @@ void LevelController::update(float delta, bool input, bool pause) {
}
blocks->update(delta);
level->entities->updatePhysics(delta);
level->entities->update();
}
}