mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
Merge branch 'html5/asset-optimization' of github.com:FunkinCrew/Funkin-secret into html5/asset-optimization
This commit is contained in:
commit
3b87ecf6f5
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue