mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-04-12 07:16:29 +00:00
Merge branch 'html5/asset-optimization' of github.com:FunkinCrew/Funkin-secret into html5/asset-optimization
This commit is contained in:
commit
3b87ecf6f5
|
@ -132,13 +132,6 @@ class AlbumRoll extends FlxSpriteGroup
|
|||
speed: 0.4,
|
||||
wait: 0
|
||||
});
|
||||
|
||||
// exitMovers.set([difficultyStars],
|
||||
// {
|
||||
// x: FlxG.width * 1.2,
|
||||
// speed: 0.2,
|
||||
// wait: 0.3
|
||||
// });
|
||||
}
|
||||
|
||||
var titleTimer:Null<FlxTimer> = null;
|
||||
|
|
Loading…
Reference in a new issue