v2.2.0: added support for a fade out transition when changing music

This commit is contained in:
Evan Debenham
2023-09-02 15:21:50 -04:00
parent c091749187
commit dc6749f43e
2 changed files with 39 additions and 2 deletions
@@ -277,6 +277,7 @@ public class Game implements ApplicationListener {
inputHandler.processAllEvents();
Music.INSTANCE.update();
Sample.INSTANCE.update();
scene.update();
Camera.updateAll();