-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* GameEngine now features four new callbacks: - on_halt_game_loop() - on_resume_game_loop() - on_enter_paused() - on_exit_paused(). * Technically, we're not really halting the game loop per se, but the sim_time is halted and frame counters are halted so basically we can consider it as such. Be warned though.
- Loading branch information
1 parent
4b8f993
commit 69c40e2
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters