townforge/GameData/TB/cc/flag-inventory-row.tb.txt
Crypto City 4e62bc9b3e custom items may now be consumable
they'll be consumed at a rate of one per game tick when assigned
to a flag
2024-10-16 13:53:55 +00:00

14 lines
627 B
Plaintext

WindowInfo
TBLayout: axis: x, size: "available", distribution: "gravity", size: "available", skin: "flag-inventory-row-layout", data: "columns"
TBTextField: id: "type", gravity: "left right", text-align: "left", data: "Name"
lp: min-width: 200
TBTextField: id: "inventory", gravity: "left right", text-align: "left", data: "Inventory"
lp: min-width: 80
TBTextField: id: "flag", gravity: "left right", text-align: "left", data: "In flag"
lp: min-width: 80
TBEditField: id: "assign", text: "", data: "Move to flag"
lp: min-width: 80
TBEditField: id: "retrieve", text: "", data: "Take from flag"
lp: min-width: 80