mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
Merge pull request #480 from FunkinCrew/bugfix/week-3-stuff
Main menu fix and Week 3 train fix
This commit is contained in:
commit
2d98351a5c
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit e8f4d2d91c7bd5a922465e7d67a0efb7d7574bd6
|
||||
Subproject commit bef67ec4b3c834416e73ce4e7c3e7128c5d7de63
|
|
@ -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