mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-26 17:46:08 -05:00
Switch "Skip Cutscene" and "Restart Cutscene" (Dave's request)
This commit is contained in:
parent
4c35b1d74f
commit
ea491e57a0
1 changed files with 1 additions and 1 deletions
|
@ -72,8 +72,8 @@ class PauseSubState extends MusicBeatSubState
|
|||
*/
|
||||
static final PAUSE_MENU_ENTRIES_VIDEO_CUTSCENE:Array<PauseMenuEntry> = [
|
||||
{text: 'Resume', callback: resume},
|
||||
{text: 'Restart Cutscene', callback: restartVideoCutscene},
|
||||
{text: 'Skip Cutscene', callback: skipVideoCutscene},
|
||||
{text: 'Restart Cutscene', callback: restartVideoCutscene},
|
||||
{text: 'Exit to Menu', callback: quitToMenu},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue