diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-27 18:49:00 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-27 18:49:00 +0100 |
| commit | cf94a59c7188b10db9b31b818a6d0995d9ab0aee (patch) | |
| tree | cbf3ac1aaa10419df8bbe0e07f71cce11ecded75 /Penguloon/Resources | |
| parent | 020fd61af37eaaac81d7b930be15f8c350f28b7d (diff) | |
BLESSED BY PASTOR LUL
Diffstat (limited to 'Penguloon/Resources')
| -rw-r--r-- | Penguloon/Resources/Resource.Designer.cs | 21 | ||||
| -rw-r--r-- | Penguloon/Resources/Values/Strings.xml | 10 |
2 files changed, 31 insertions, 0 deletions
diff --git a/Penguloon/Resources/Resource.Designer.cs b/Penguloon/Resources/Resource.Designer.cs index c33b048..196b7e9 100644 --- a/Penguloon/Resources/Resource.Designer.cs +++ b/Penguloon/Resources/Resource.Designer.cs @@ -96,6 +96,27 @@ namespace Penguloon // aapt resource value: 0x7f030002 public const int MenuBtnStats = 2130903042; + // aapt resource value: 0x7f030010 + public const int StatsBestKills = 2130903056; + + // aapt resource value: 0x7f030011 + public const int StatsBestRound = 2130903057; + + // aapt resource value: 0x7f03000f + public const int StatsBestStatsTitle = 2130903055; + + // aapt resource value: 0x7f03000d + public const int StatsTotalGames = 2130903053; + + // aapt resource value: 0x7f03000c + public const int StatsTotalKills = 2130903052; + + // aapt resource value: 0x7f03000e + public const int StatsTotalMoneySpent = 2130903054; + + // aapt resource value: 0x7f03000b + public const int StatsTotalStatsTitle = 2130903051; + static String() { global::Android.Runtime.ResourceIdManager.UpdateIdValues(); diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml index 1a1452b..638a5bb 100644 --- a/Penguloon/Resources/Values/Strings.xml +++ b/Penguloon/Resources/Values/Strings.xml @@ -20,4 +20,14 @@ <string name="IngameOptionsQuitConfirmation">Are you sure you want to quit?</string> <string name="IngameYes">Yes</string> <string name="IngameNo">No</string> + + <!-- stats --> + <string name="StatsTotalStatsTitle">Career total</string> + <string name="StatsTotalKills">Kills</string> + <string name="StatsTotalGames">Games</string> + <string name="StatsTotalMoneySpent">Money Spent</string> + + <string name="StatsBestStatsTitle">Career best</string> + <string name="StatsBestKills">Kills</string> + <string name="StatsBestRound">Round</string> </resources> |
