diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-18 11:04:53 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-18 11:04:53 +0100 |
| commit | 2cb22a74aed80e2cce68f16b0821a690c7c05b7a (patch) | |
| tree | 6a7a254662ebf795358d971f271e7a7f41484bb6 /Penguloon/Resources | |
| parent | aa6972a5d052d1f57dfda3dadb79fcd5d8ded30b (diff) | |
new levels, auto round start
Diffstat (limited to 'Penguloon/Resources')
| -rw-r--r-- | Penguloon/Resources/Drawable/Icon.png | bin | 4266 -> 6107 bytes | |||
| -rw-r--r-- | Penguloon/Resources/Resource.Designer.cs | 55 | ||||
| -rw-r--r-- | Penguloon/Resources/Values/Strings.xml | 3 |
3 files changed, 31 insertions, 27 deletions
diff --git a/Penguloon/Resources/Drawable/Icon.png b/Penguloon/Resources/Drawable/Icon.png Binary files differindex 1a66b18..466f5a7 100644 --- a/Penguloon/Resources/Drawable/Icon.png +++ b/Penguloon/Resources/Drawable/Icon.png diff --git a/Penguloon/Resources/Resource.Designer.cs b/Penguloon/Resources/Resource.Designer.cs index d3a404b..32f9c1d 100644 --- a/Penguloon/Resources/Resource.Designer.cs +++ b/Penguloon/Resources/Resource.Designer.cs @@ -90,20 +90,23 @@ namespace Penguloon // aapt resource value: 0x7f03000e public const int IngameHealth = 2130903054; - // aapt resource value: 0x7f03001d - public const int IngameNo = 2130903069; + // aapt resource value: 0x7f03001e + public const int IngameNo = 2130903070; // aapt resource value: 0x7f03000c public const int IngameOptions = 2130903052; + // aapt resource value: 0x7f03001b + public const int IngameOptionsAutoStart = 2130903067; + // aapt resource value: 0x7f030019 public const int IngameOptionsContinue = 2130903065; // aapt resource value: 0x7f03001a public const int IngameOptionsQuit = 2130903066; - // aapt resource value: 0x7f03001b - public const int IngameOptionsQuitConfirmation = 2130903067; + // aapt resource value: 0x7f03001c + public const int IngameOptionsQuitConfirmation = 2130903068; // aapt resource value: 0x7f03000d public const int IngameStart = 2130903053; @@ -111,8 +114,8 @@ namespace Penguloon // aapt resource value: 0x7f030010 public const int IngameWave = 2130903056; - // aapt resource value: 0x7f03001c - public const int IngameYes = 2130903068; + // aapt resource value: 0x7f03001d + public const int IngameYes = 2130903069; // aapt resource value: 0x7f030005 public const int LevelSelectionBack = 2130903045; @@ -147,38 +150,38 @@ namespace Penguloon // aapt resource value: 0x7f030013 public const int ObjectPenguin = 2130903059; - // aapt resource value: 0x7f030027 - public const int StatsBestKills = 2130903079; - // aapt resource value: 0x7f030028 - public const int StatsBestRound = 2130903080; + public const int StatsBestKills = 2130903080; - // aapt resource value: 0x7f030026 - public const int StatsBestStatsTitle = 2130903078; + // aapt resource value: 0x7f030029 + public const int StatsBestRound = 2130903081; - // aapt resource value: 0x7f030020 - public const int StatsLevel = 2130903072; + // aapt resource value: 0x7f030027 + public const int StatsBestStatsTitle = 2130903079; // aapt resource value: 0x7f030021 - public const int StatsResetConfirmation = 2130903073; + public const int StatsLevel = 2130903073; + + // aapt resource value: 0x7f030022 + public const int StatsResetConfirmation = 2130903074; + + // aapt resource value: 0x7f030025 + public const int StatsTotalGames = 2130903077; // aapt resource value: 0x7f030024 - public const int StatsTotalGames = 2130903076; + public const int StatsTotalKills = 2130903076; - // aapt resource value: 0x7f030023 - public const int StatsTotalKills = 2130903075; + // aapt resource value: 0x7f030026 + public const int StatsTotalMoneySpent = 2130903078; - // aapt resource value: 0x7f030025 - public const int StatsTotalMoneySpent = 2130903077; + // aapt resource value: 0x7f030023 + public const int StatsTotalStatsTitle = 2130903075; - // aapt resource value: 0x7f030022 - public const int StatsTotalStatsTitle = 2130903074; + // aapt resource value: 0x7f030020 + public const int SupportDonate = 2130903072; // aapt resource value: 0x7f03001f - public const int SupportDonate = 2130903071; - - // aapt resource value: 0x7f03001e - public const int SupportRate = 2130903070; + public const int SupportRate = 2130903071; // aapt resource value: 0x7f030011 public const int UpgradeMenuSell = 2130903057; diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml index 55b842a..311e278 100644 --- a/Penguloon/Resources/Values/Strings.xml +++ b/Penguloon/Resources/Values/Strings.xml @@ -40,7 +40,8 @@ <!-- ingame options menu --> <string name="IngameOptionsContinue">Continue</string> <string name="IngameOptionsQuit">Quit</string> - + <string name="IngameOptionsAutoStart">Auto start</string> + <string name="IngameOptionsQuitConfirmation">Are you sure you want to quit?</string> <string name="IngameYes">Yes</string> <string name="IngameNo">No</string> |
