diff options
Diffstat (limited to 'Penguloon/Resources')
| -rw-r--r-- | Penguloon/Resources/Resource.Designer.cs | 29 | ||||
| -rw-r--r-- | Penguloon/Resources/Values/Strings.xml | 2 |
2 files changed, 18 insertions, 13 deletions
diff --git a/Penguloon/Resources/Resource.Designer.cs b/Penguloon/Resources/Resource.Designer.cs index 196b7e9..34550cd 100644 --- a/Penguloon/Resources/Resource.Designer.cs +++ b/Penguloon/Resources/Resource.Designer.cs @@ -96,26 +96,29 @@ 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; + public const int StatsBestKills = 2130903057; - // aapt resource value: 0x7f03000f - public const int StatsBestStatsTitle = 2130903055; + // aapt resource value: 0x7f030012 + public const int StatsBestRound = 2130903058; - // aapt resource value: 0x7f03000d - public const int StatsTotalGames = 2130903053; + // aapt resource value: 0x7f030010 + public const int StatsBestStatsTitle = 2130903056; - // aapt resource value: 0x7f03000c - public const int StatsTotalKills = 2130903052; + // aapt resource value: 0x7f03000b + public const int StatsLevel = 2130903051; // aapt resource value: 0x7f03000e - public const int StatsTotalMoneySpent = 2130903054; + public const int StatsTotalGames = 2130903054; - // aapt resource value: 0x7f03000b - public const int StatsTotalStatsTitle = 2130903051; + // aapt resource value: 0x7f03000d + public const int StatsTotalKills = 2130903053; + + // aapt resource value: 0x7f03000f + public const int StatsTotalMoneySpent = 2130903055; + + // aapt resource value: 0x7f03000c + public const int StatsTotalStatsTitle = 2130903052; static String() { diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml index 638a5bb..feffcb2 100644 --- a/Penguloon/Resources/Values/Strings.xml +++ b/Penguloon/Resources/Values/Strings.xml @@ -22,6 +22,8 @@ <string name="IngameNo">No</string> <!-- stats --> + <string name="StatsLevel">level</string> + <string name="StatsTotalStatsTitle">Career total</string> <string name="StatsTotalKills">Kills</string> <string name="StatsTotalGames">Games</string> |
