feat: Another string implementing and class Menu
This commit is contained in:
10
strings.json
10
strings.json
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"welcome": "Welcome",
|
||||
"welcome": "Welcome player! ",
|
||||
"forestType": "Your forest size: {0}",
|
||||
"soilType": "Your soil type size: {0}",
|
||||
"pathType": "Your path type: {0}",
|
||||
"waterType": "Your water type: {0}"
|
||||
"waterType": "Your water type: {0}",
|
||||
"coins": "Amount of Coins: {0}",
|
||||
"marketGreeting": "Welcome to Market!",
|
||||
"marketBuy": "Pick which item you want to buy",
|
||||
"marketBuyMessage": "You bought: {0}",
|
||||
"marketSell": "Pick which item you want to sell",
|
||||
"marketSellMessage": "You sold: {0}"
|
||||
}
|
||||
Reference in New Issue
Block a user