forked from townforge/townforge
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
WindowInfo
|
|
title Harvest
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBTextField: id: "date"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Currently growing:"
|
|
TBTextField: id: "crop"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Harvest season started"
|
|
TBTextField: id: "started-blocks"
|
|
TBTextField: text: "blocks ago"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Harvest season ends in"
|
|
TBTextField: id: "ends-blocks"
|
|
TBTextField: text: "blocks"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "The crop was sown"
|
|
TBTextField: id: "sown-blocks"
|
|
TBTextField: text: "blocks ago"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Current yield:"
|
|
TBTextField: id: "yield"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Harvest quantity:"
|
|
TBTextField: id: "quantity"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Temperature:"
|
|
TBTextField: id: "temperature"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Labour needed to harvest:"
|
|
TBTextField: id: "labour-needed"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Current labour balance:"
|
|
TBTextField: id: "labour-balance"
|
|
TBEditField: id: "modifiers", skin: 0, readonly: 1, multiline: 1, adapt-to-content: 1
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Total bonus:"
|
|
TBTextField: id: "total-bonus"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "Harvest", id: "harvest"
|
|
TBButton: text: "Cancel", id: "cancel"
|