Implement save overwrite confirmation (#368)

* Implement save overwrite confirmation + fixed pause game not pausing game execution.

* docs: Automatic update of API docs

Co-authored-by: StraToN <StraToN@users.noreply.github.com>
This commit is contained in:
Julian Murgia
2021-08-13 09:28:38 +02:00
committed by GitHub
parent 712083d126
commit fc3ea147a7
24 changed files with 442 additions and 102 deletions

View File

@@ -12,3 +12,6 @@ CANCEL,Cancel,Annuler
OK,OK,OK
ENTER_SAVE_NAME,Enter the save name:,Entrez un nom de sauvegarde
APPLY,Apply,Appliquer
CONFIRM_OVERWRITE,Overwrite the savegame?,Écraser la sauvegarde ?
YES,Yes,Oui
NO,No,Non
1 keys en fr
12 OK OK OK
13 ENTER_SAVE_NAME Enter the save name: Entrez un nom de sauvegarde
14 APPLY Apply Appliquer
15 CONFIRM_OVERWRITE Overwrite the savegame? Écraser la sauvegarde ?
16 YES Yes Oui
17 NO No Non