summaryrefslogtreecommitdiff
path: root/Penguloon/Resources
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-13 00:18:04 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-13 00:18:04 +0100
commit4ae069581351b8712fd4647e9b902da1e3c9dbe3 (patch)
tree044e6a02a8836b725cf630feb597ef7d413cc951 /Penguloon/Resources
parentf93e133ede2a76be1aa20a33c9fcf01308cd6df8 (diff)
yikes
Diffstat (limited to 'Penguloon/Resources')
-rw-r--r--Penguloon/Resources/Resource.Designer.cs62
-rw-r--r--Penguloon/Resources/Values/Strings.xml4
2 files changed, 37 insertions, 29 deletions
diff --git a/Penguloon/Resources/Resource.Designer.cs b/Penguloon/Resources/Resource.Designer.cs
index fc3d585..37ce646 100644
--- a/Penguloon/Resources/Resource.Designer.cs
+++ b/Penguloon/Resources/Resource.Designer.cs
@@ -66,26 +66,26 @@ namespace Penguloon
// aapt resource value: 0x7f030000
public const int ApplicationName = 2130903040;
- // aapt resource value: 0x7f030010
- public const int IngameNo = 2130903056;
+ // aapt resource value: 0x7f030012
+ public const int IngameNo = 2130903058;
// aapt resource value: 0x7f030006
public const int IngameOptions = 2130903046;
- // aapt resource value: 0x7f03000c
- public const int IngameOptionsContinue = 2130903052;
+ // aapt resource value: 0x7f03000e
+ public const int IngameOptionsContinue = 2130903054;
- // aapt resource value: 0x7f03000d
- public const int IngameOptionsQuit = 2130903053;
+ // aapt resource value: 0x7f03000f
+ public const int IngameOptionsQuit = 2130903055;
- // aapt resource value: 0x7f03000e
- public const int IngameOptionsQuitConfirmation = 2130903054;
+ // aapt resource value: 0x7f030010
+ public const int IngameOptionsQuitConfirmation = 2130903056;
// aapt resource value: 0x7f030007
public const int IngameStart = 2130903047;
- // aapt resource value: 0x7f03000f
- public const int IngameYes = 2130903055;
+ // aapt resource value: 0x7f030011
+ public const int IngameYes = 2130903057;
// aapt resource value: 0x7f030005
public const int LevelSelectionBack = 2130903045;
@@ -111,38 +111,44 @@ namespace Penguloon
// aapt resource value: 0x7f03000b
public const int ObjectHospital = 2130903051;
+ // aapt resource value: 0x7f03000d
+ public const int ObjectKingPenguin = 2130903053;
+
+ // aapt resource value: 0x7f03000c
+ public const int ObjectMortar = 2130903052;
+
// aapt resource value: 0x7f030008
public const int ObjectPenguin = 2130903048;
- // aapt resource value: 0x7f030019
- public const int StatsBestKills = 2130903065;
+ // aapt resource value: 0x7f03001b
+ public const int StatsBestKills = 2130903067;
+
+ // aapt resource value: 0x7f03001c
+ public const int StatsBestRound = 2130903068;
// aapt resource value: 0x7f03001a
- public const int StatsBestRound = 2130903066;
+ public const int StatsBestStatsTitle = 2130903066;
+
+ // aapt resource value: 0x7f030013
+ public const int StatsLevel = 2130903059;
// aapt resource value: 0x7f030018
- public const int StatsBestStatsTitle = 2130903064;
+ public const int StatsTotalGames = 2130903064;
- // aapt resource value: 0x7f030011
- public const int StatsLevel = 2130903057;
+ // aapt resource value: 0x7f030017
+ public const int StatsTotalKills = 2130903063;
+
+ // aapt resource value: 0x7f030019
+ public const int StatsTotalMoneySpent = 2130903065;
// aapt resource value: 0x7f030016
- public const int StatsTotalGames = 2130903062;
+ public const int StatsTotalStatsTitle = 2130903062;
// aapt resource value: 0x7f030015
- public const int StatsTotalKills = 2130903061;
-
- // aapt resource value: 0x7f030017
- public const int StatsTotalMoneySpent = 2130903063;
+ public const int SupportDonate = 2130903061;
// aapt resource value: 0x7f030014
- public const int StatsTotalStatsTitle = 2130903060;
-
- // aapt resource value: 0x7f030013
- public const int SupportDonate = 2130903059;
-
- // aapt resource value: 0x7f030012
- public const int SupportRate = 2130903058;
+ public const int SupportRate = 2130903060;
static String()
{
diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml
index b62b209..46cdc4c 100644
--- a/Penguloon/Resources/Values/Strings.xml
+++ b/Penguloon/Resources/Values/Strings.xml
@@ -17,9 +17,11 @@
<!-- objects info text -->
<string name="ObjectPenguin">This penguin does not like \n balloons</string>
- <string name="ObjectGoldPenguin">This penguin king shoots \n even faster than regular \n penguins</string>
+ <string name="ObjectGoldPenguin">This gold penguin shoots \n even faster than regular \n penguins</string>
<string name="ObjectCannon">This penguin manufactored \n cannon can pop multiple \n balloons at once!</string>
<string name="ObjectHospital">This weird object restores \n health after every round..</string>
+ <string name="ObjectMortar">This penguin mortar is \n huge and can pop alot of \n balloons at once!</string>
+ <string name="ObjectKingPenguin">This penguin king shoots \n at an alarmingly fast \n rate..</string>
<!-- ingame options menu -->
<string name="IngameOptionsContinue">Continue</string>