mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-21 14:23:00 +00:00
Make credits no longer pause and no longer autoformat. Add some names.
This commit is contained in:
parent
374c042ad0
commit
3734c6ecd3
|
@ -9,3 +9,5 @@ assets/weekend1/images
|
||||||
# Don't ignore data files
|
# Don't ignore data files
|
||||||
# TODO: These don't work.
|
# TODO: These don't work.
|
||||||
!assets/preload/data/
|
!assets/preload/data/
|
||||||
|
|
||||||
|
assets/exclude/data/credits.json
|
||||||
|
|
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit 3f3977d7bf82856106e9c74fa11433c67b160323
|
Subproject commit f9c94dfa655b05d87fb37cbb71fe01aa798ec5b2
|
|
@ -185,7 +185,7 @@ class CreditsState extends MusicBeatState
|
||||||
}
|
}
|
||||||
else if (controls.PAUSE)
|
else if (controls.PAUSE)
|
||||||
{
|
{
|
||||||
scrollPaused = !scrollPaused;
|
// scrollPaused = !scrollPaused;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ class CreditsState extends MusicBeatState
|
||||||
|
|
||||||
function exit():Void
|
function exit():Void
|
||||||
{
|
{
|
||||||
FlxG.switchState(new funkin.ui.mainmenu.MainMenuState());
|
FlxG.switchState(funkin.ui.mainmenu.MainMenuState.new);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override function destroy():Void
|
public override function destroy():Void
|
||||||
|
|
Loading…
Reference in a new issue