A huge amount of work on GUI
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
properties = color, format
|
||||
color.variants =white, green, blue
|
||||
color.variants = white, green, blue
|
||||
format.variants = a3, a4, a5
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user