]> git.mxchange.org Git - quix0rs-blobwars.git/blob - data/inGameWidgets
Coalesce printf() statements in main.cpp, make them translatable.
[quix0rs-blobwars.git] / data / inGameWidgets
1 BUTTON continue options "Return to Game" "*" -1 150 0 0
2 BUTTON options options "Options" "*" -1 175 0 0
3 BUTTON escape options "Escape from Stage" "*" -1 200 0 0
4 BUTTON restart options "Restart Stage" "*" -1 225 0 0
5 BUTTON quit options "Quit to Title Screen" "*" -1 275 0 0
6 BUTTON train options "Finish Training" "*" -1 275 0 0
7
8 LABEL label warning "Warning - If you Escape now you will" "*" -1 150 0 0
9 LABEL label warning "lose your current progress within this stage." "*" -1 170 0 0
10 LABEL label warning "Are you sure you want to escape?" "*" -1 190 0 0
11 BUTTON warnyes warning "Yes" "*" -1 220 0 0
12 BUTTON warnno warning "No" "*" -1 250 0 0
13
14 LABEL label restartconf "Really restart this entire level?" "*" -1 150 0 0
15 LABEL label restartconf "(you will lose *ALL* progress on this level!)" "*" -1 170 0 0
16 BUTTON restartyes restartconf "Yes" "*" -1 220 0 0
17 BUTTON restartno restartconf "No" "*" -1 250 0 0
18
19 LABEL label escapeconf "Escape stage and return to Hub?" "*" -1 170 0 0
20 BUTTON escapeyes escapeconf "Yes" "*" -1 220 0 0
21 BUTTON escapeno escapeconf "No" "*" -1 250 0 0
22
23 LABEL label quitconf "Quit the game and return to the title screen?" "*" -1 150 0 0
24 LABEL label quitconf "(your current progress will be lost)" "*" -1 170 0 0
25 BUTTON quityes quitconf "Yes" "*" -1 220 0 0
26 BUTTON quitno quitconf "No" "*" -1 250 0 0
27
28 LABEL label trainconf "Finish training and return to the title screen?" "*" -1 150 0 0
29 BUTTON trainyes trainconf "Yes" "*" -1 220 0 0
30 BUTTON trainno trainconf "No" "*" -1 250 0 0
31
32 END