mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
Main menu fix and Week 3 train fix
This commit is contained in:
parent
90f53a78c1
commit
dbcbb73338
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit e8f4d2d91c7bd5a922465e7d67a0efb7d7574bd6
|
||||
Subproject commit 1a7a0b6cc60dc8131f1651caa7abef0c1944a10c
|
|
@ -174,6 +174,7 @@ class MainMenuState extends MusicBeatState
|
|||
{
|
||||
FlxG.cameras.reset(new FunkinCamera());
|
||||
FlxG.camera.follow(camFollow, null, 0.06);
|
||||
FlxG.camera.snapToTarget();
|
||||
}
|
||||
|
||||
function createMenuItem(name:String, atlas:String, callback:Void->Void, fireInstantly:Bool = false):Void
|
||||
|
|
Loading…
Reference in a new issue