Merge branch 'html5/asset-optimization' of github.com:FunkinCrew/Funkin-secret into html5/asset-optimization

This commit is contained in:
Cameron Taylor 2024-04-05 19:59:25 -04:00
commit 3b87ecf6f5

View file

@ -132,13 +132,6 @@ class AlbumRoll extends FlxSpriteGroup
speed: 0.4, speed: 0.4,
wait: 0 wait: 0
}); });
// exitMovers.set([difficultyStars],
// {
// x: FlxG.width * 1.2,
// speed: 0.2,
// wait: 0.3
// });
} }
var titleTimer:Null<FlxTimer> = null; var titleTimer:Null<FlxTimer> = null;