CaravelGames / drod

The official public repository of Deadly Rooms of Death and DROD RPG
http://caravelgames.com
56 stars 17 forks source link

RPG: Add prompt when starting new game if a game is active #487

Closed Hypexion closed 1 year ago

Hypexion commented 1 year ago

Starting a new game in DROD RPG overwrites the existing game, in a non-recoverable manner. This can lead to a loss of progress if a manual save has not been created recently.

To reduce the chance of this, we can confirm if the player really wants to start a new game with a yes/no dialog. This prompt can be disabled in the settings, if the player wants.

Thread: https://forum.caravelgames.com/viewtopic.php?TopicID=45874

Hypexion commented 1 year ago

Converting to draft since this needs strings set up.