diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-29 17:27:49 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-29 17:27:49 +0100 |
| commit | da38e93e55b6ff46a53dcd9d2be393149089d329 (patch) | |
| tree | c19fdb964ee6f8dd8dd3102b22de541828850983 /Penguloon/Resources/Values | |
| parent | 5373e919a0d9e389fc2076963f610d044c21ccb5 (diff) | |
obejct info, new level selector, credits haHA
Diffstat (limited to 'Penguloon/Resources/Values')
| -rw-r--r-- | Penguloon/Resources/Values/Strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Penguloon/Resources/Values/Strings.xml b/Penguloon/Resources/Values/Strings.xml index feffcb2..c42c669 100644 --- a/Penguloon/Resources/Values/Strings.xml +++ b/Penguloon/Resources/Values/Strings.xml @@ -5,6 +5,7 @@ <!-- menu --> <string name="MenuBtnPlay">Play</string> <string name="MenuBtnStats">Stats</string> + <string name="MenuBtnCredits">Credits</string> <!-- level selection --> <string name="LevelSelectionBack">Back</string> @@ -13,6 +14,12 @@ <string name="IngameOptions">Options</string> <string name="IngameStart">Start</string> + <!-- 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="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> + <!-- ingame options menu --> <string name="IngameOptionsContinue">Continue</string> <string name="IngameOptionsQuit">Quit</string> |
