A huge amount of work on GUI

This commit is contained in:
2020-07-06 19:42:48 +02:00
parent f3b8ae2385
commit 2249ddbc68
31 changed files with 940 additions and 149 deletions

View File

@@ -1,5 +1,28 @@
test.hello-world = Hello World!
game.budget = Budget: %d$
game.quit = Quit Game
game.quests = Quests
game.quests.next = Next Quest
game.quest.reward = %d$
game.trash = Recycle Bin
game.trash.hover = Destroy\n%d$
game.storage = Storage
game.balance.history = Transactions
game.balance.history.index =
game.balance.history.change = Change in $
game.balance.history.type = Description
game.balance.history.type.abandon = Quest abandoned
game.balance.history.type.destroy = Product destroy
game.balance.history.type.move = Product moved
game.balance.history.type.noop = NOOP
game.balance.history.type.sell = Product sold
game.balance.history.type.store = Product stored
game.balance.chart = Balance
game.balance.chart.line = Budget
game.balance.total-income = Total Income: %d$
game.balance.total-loss = Total Loss: %d$
quests.normal = Normal
products.paper = Paper

View File

@@ -1,3 +1,3 @@
properties = color, format
color.variants =white, green, blue
color.variants = white, green, blue
format.variants = a3, a4, a5

View File

@@ -2,3 +2,4 @@ properties = type, form
type.variants = pine, beech, oak
form.variants = boards, pieces, beams
form.beams.depth = 3
type.oak.weight = 1