diff options
Diffstat (limited to 'Penguloon/Resources')
| -rw-r--r-- | Penguloon/Resources/Resource.Designer.cs | 21 | ||||
| -rw-r--r-- | Penguloon/Resources/Values/Strings.xml | 12 |
2 files changed, 33 insertions, 0 deletions
diff --git a/Penguloon/Resources/Resource.Designer.cs b/Penguloon/Resources/Resource.Designer.cs index 7de55ec..1a0115e 100644 --- a/Penguloon/Resources/Resource.Designer.cs +++ b/Penguloon/Resources/Resource.Designer.cs @@ -66,6 +66,27 @@ namespace Penguloon // aapt resource value: 0x7f030000 public const int ApplicationName = 2130903040; + // aapt resource value: 0x7f030009 + public const int IngameNo = 2130903049; + + // aapt resource value: 0x7f030003 + public const int IngameOptions = 2130903043; + + // aapt resource value: 0x7f030005 + public const int IngameOptionsContinue = 2130903045; + + // aapt resource value: 0x7f030006 + public const int IngameOptionsQuit = 2130903046; + + // aapt resource value: 0x7f030007 + public const int IngameOptionsQuitConfirmation = 2130903047; + + // aapt resource value: 0x7f030004 + public const int IngameStart = 2130903044; + + // aapt resource value: 0x7f030008 + public const int IngameYes = 2130903048; + // aapt resource value: 0x7f030002 public const int LevelSelectionBack = 2130903042; diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml index 3e77381..0af942b 100644 --- a/Penguloon/Resources/Values/Strings.xml +++ b/Penguloon/Resources/Values/Strings.xml @@ -7,4 +7,16 @@ <!-- level selection --> <string name="LevelSelectionBack">Back</string> + + <!-- ingame --> + <string name="IngameOptions">Options</string> + <string name="IngameStart">Start</string> + + <!-- ingame options menu --> + <string name="IngameOptionsContinue">Continue</string> + <string name="IngameOptionsQuit">Quit</string> + + <string name="IngameOptionsQuitConfirmation">Are you sure you want to quit?</string> + <string name="IngameYes">Yes</string> + <string name="IngameNo">No</string> </resources> |
