feat: Another string implementing and class Menu

This commit is contained in:
2025-05-21 10:35:29 +02:00
parent 1e898cc1f7
commit e603d9452c
5 changed files with 86 additions and 10 deletions

View File

@@ -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}"
}