mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 03:05:11 -05:00
Make credits no longer pause and no longer autoformat. Add some names.
This commit is contained in:
parent
374c042ad0
commit
3734c6ecd3
3 changed files with 5 additions and 3 deletions
|
@ -9,3 +9,5 @@ assets/weekend1/images
|
|||
# Don't ignore data files
|
||||
# TODO: These don't work.
|
||||
!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)
|
||||
{
|
||||
scrollPaused = !scrollPaused;
|
||||
// scrollPaused = !scrollPaused;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -196,7 +196,7 @@ class CreditsState extends MusicBeatState
|
|||
|
||||
function exit():Void
|
||||
{
|
||||
FlxG.switchState(new funkin.ui.mainmenu.MainMenuState());
|
||||
FlxG.switchState(funkin.ui.mainmenu.MainMenuState.new);
|
||||
}
|
||||
|
||||
public override function destroy():Void
|
||||
|
|
Loading…
Reference in a new issue