mirror of
https://github.com/johrpan/christmas_cats.git
synced 2025-10-28 19:27:25 +01:00
Remove shop
The items can be bought directly from the running game in the future. The player can get free coins from the main and pause menu.
This commit is contained in:
parent
03c94fe48c
commit
d258d415a2
5 changed files with 54 additions and 78 deletions
|
|
@ -15,7 +15,6 @@ class ChristmasCatsLocalizations {
|
|||
'records3': '3. %i',
|
||||
'back': 'Back',
|
||||
'intro': 'Introduction',
|
||||
'shop': 'Shop',
|
||||
'coins': '%i Coins',
|
||||
'getCoins': 'Get coins',
|
||||
'adLoading': 'Ad loading',
|
||||
|
|
@ -41,7 +40,6 @@ class ChristmasCatsLocalizations {
|
|||
'records3': '3. %i',
|
||||
'back': 'Zurück',
|
||||
'intro': 'Einführung',
|
||||
'shop': 'Laden',
|
||||
'coins': '%i Münzen',
|
||||
'adLoading': 'Werbung wird geladen',
|
||||
'noAds': 'Keine Werbung verfügbar',
|
||||
|
|
@ -75,7 +73,6 @@ class ChristmasCatsLocalizations {
|
|||
String get records3 => localizedStrings['records3'];
|
||||
String get back => localizedStrings['back'];
|
||||
String get intro => localizedStrings['intro'];
|
||||
String get shop => localizedStrings['shop'];
|
||||
String get coins => localizedStrings['coins'];
|
||||
String get adLoading => localizedStrings['adLoading'];
|
||||
String get noAds => localizedStrings['noAds'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue