Fix desync between fade out/in and level loading when game is lagging.

This commit is contained in:
David Thompson 2024-05-26 12:35:46 -04:00
parent 78ce020fcb
commit eeb95785c7
4 changed files with 33 additions and 18 deletions

View file

@ -9,6 +9,7 @@ modules = \
modules/game/actors.scm \
modules/game/effects.scm \
modules/game/level.scm \
modules/game/scripts.scm \
modules/game/tileset.scm \
modules/game/time.scm \
modules/game/animation.scm \