mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Add being able to delete a custom level quicksave
Custom level quicksaves are NOT affected by the clear data menu, so the player should be able to delete quicksaves this way. The quicksave confirmation menu now has an extra option to delete the save (and that option also has its own confirmation menu before deleting).
This commit is contained in:
@@ -546,6 +546,10 @@ static void menurender(void)
|
||||
graphics.Print( -1, 100, "Are you sure you want to", tr, tg, tb, true);
|
||||
graphics.Print( -1, 110, "delete all your saved data?", tr, tg, tb, true);
|
||||
break;
|
||||
case Menu::deletequicklevel:
|
||||
graphics.Print(-1, 100, "Are you sure you want to", tr, tg, tb, true);
|
||||
graphics.Print(-1, 110, "delete your quicksave?", tr, tg, tb, true);
|
||||
break;
|
||||
case Menu::startnodeathmode:
|
||||
graphics.Print( -1, 45, "Good luck!", tr, tg, tb, true);
|
||||
graphics.Print( -1, 80, "You cannot save in this mode.", tr, tg, tb, true);
|
||||
|
||||
Reference in New Issue
Block a user