Skip to content

Commit

Permalink
Update PlaytestingWarningSubstate.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Mar 12, 2024
1 parent 8059124 commit 8e42d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/menus/PlaytestingWarningSubstate.hx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PlaytestingWarningSubstate extends MusicBeatSubstate

disclaimer = new FunkinText(16, titleAlphabet.y + titleAlphabet.height + 70, FlxG.width - 32, "", 32);
disclaimer.alignment = CENTER;
disclaimer.applyMarkup("Your changes will be *lost* if you don't save them. (Can't be recovered)\n\n\nWould you like to Cancel?",
disclaimer.applyMarkup("Your changes will be *lost* if you don't save them. (Can't be recovered)\n\n\nAre you sure to like to continue?",
[
new FlxTextFormatMarkerPair(new FlxTextFormat(0xFFFF4444), "*")
]
Expand Down Expand Up @@ -110,4 +110,4 @@ class PlaytestingWarningSubstate extends MusicBeatSubstate
FlxG.cameras.remove(camera, true);
super.destroy();
}
}
}

0 comments on commit 8e42d82

Please sign in to comment.