diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 22:56:47 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 22:56:47 +0100 |
| commit | f03a7cf3e3beab8964cd142ce64fd6dc3cd0735f (patch) | |
| tree | 38f2a23fc4c46a8aef415cbbb9af8081c9057173 /Penguloon/Resources/Resource.Designer.cs | |
| parent | 5de3254aa0d6f69dbb6e08ddd699c3f78797be3b (diff) | |
started working on object selling
Diffstat (limited to 'Penguloon/Resources/Resource.Designer.cs')
| -rw-r--r-- | Penguloon/Resources/Resource.Designer.cs | 75 |
1 files changed, 39 insertions, 36 deletions
diff --git a/Penguloon/Resources/Resource.Designer.cs b/Penguloon/Resources/Resource.Designer.cs index c4c15b9..2858436 100644 --- a/Penguloon/Resources/Resource.Designer.cs +++ b/Penguloon/Resources/Resource.Designer.cs @@ -90,20 +90,20 @@ namespace Penguloon // aapt resource value: 0x7f03000e public const int IngameHealth = 2130903054; - // aapt resource value: 0x7f03001b - public const int IngameNo = 2130903067; + // aapt resource value: 0x7f03001c + public const int IngameNo = 2130903068; // aapt resource value: 0x7f03000c public const int IngameOptions = 2130903052; - // aapt resource value: 0x7f030017 - public const int IngameOptionsContinue = 2130903063; - // aapt resource value: 0x7f030018 - public const int IngameOptionsQuit = 2130903064; + public const int IngameOptionsContinue = 2130903064; // aapt resource value: 0x7f030019 - public const int IngameOptionsQuitConfirmation = 2130903065; + public const int IngameOptionsQuit = 2130903065; + + // aapt resource value: 0x7f03001a + public const int IngameOptionsQuitConfirmation = 2130903066; // aapt resource value: 0x7f03000d public const int IngameStart = 2130903053; @@ -111,8 +111,8 @@ namespace Penguloon // aapt resource value: 0x7f030010 public const int IngameWave = 2130903056; - // aapt resource value: 0x7f03001a - public const int IngameYes = 2130903066; + // aapt resource value: 0x7f03001b + public const int IngameYes = 2130903067; // aapt resource value: 0x7f030005 public const int LevelSelectionBack = 2130903045; @@ -129,53 +129,56 @@ namespace Penguloon // aapt resource value: 0x7f030004 public const int MenuBtnSupport = 2130903044; + // aapt resource value: 0x7f030014 + public const int ObjectCannon = 2130903060; + // aapt resource value: 0x7f030013 - public const int ObjectCannon = 2130903059; + public const int ObjectGoldPenguin = 2130903059; - // aapt resource value: 0x7f030012 - public const int ObjectGoldPenguin = 2130903058; + // aapt resource value: 0x7f030015 + public const int ObjectHospital = 2130903061; - // aapt resource value: 0x7f030014 - public const int ObjectHospital = 2130903060; + // aapt resource value: 0x7f030017 + public const int ObjectKingPenguin = 2130903063; // aapt resource value: 0x7f030016 - public const int ObjectKingPenguin = 2130903062; + public const int ObjectMortar = 2130903062; - // aapt resource value: 0x7f030015 - public const int ObjectMortar = 2130903061; + // aapt resource value: 0x7f030012 + public const int ObjectPenguin = 2130903058; - // aapt resource value: 0x7f030011 - public const int ObjectPenguin = 2130903057; + // aapt resource value: 0x7f030025 + public const int StatsBestKills = 2130903077; - // aapt resource value: 0x7f030024 - public const int StatsBestKills = 2130903076; + // aapt resource value: 0x7f030026 + public const int StatsBestRound = 2130903078; - // aapt resource value: 0x7f030025 - public const int StatsBestRound = 2130903077; + // aapt resource value: 0x7f030024 + public const int StatsBestStatsTitle = 2130903076; - // aapt resource value: 0x7f030023 - public const int StatsBestStatsTitle = 2130903075; + // aapt resource value: 0x7f03001d + public const int StatsLevel = 2130903069; - // aapt resource value: 0x7f03001c - public const int StatsLevel = 2130903068; + // aapt resource value: 0x7f030022 + public const int StatsTotalGames = 2130903074; // aapt resource value: 0x7f030021 - public const int StatsTotalGames = 2130903073; + public const int StatsTotalKills = 2130903073; - // aapt resource value: 0x7f030020 - public const int StatsTotalKills = 2130903072; + // aapt resource value: 0x7f030023 + public const int StatsTotalMoneySpent = 2130903075; - // aapt resource value: 0x7f030022 - public const int StatsTotalMoneySpent = 2130903074; + // aapt resource value: 0x7f030020 + public const int StatsTotalStatsTitle = 2130903072; // aapt resource value: 0x7f03001f - public const int StatsTotalStatsTitle = 2130903071; + public const int SupportDonate = 2130903071; // aapt resource value: 0x7f03001e - public const int SupportDonate = 2130903070; + public const int SupportRate = 2130903070; - // aapt resource value: 0x7f03001d - public const int SupportRate = 2130903069; + // aapt resource value: 0x7f030011 + public const int UpgradeMenuSell = 2130903057; static String() { |
