forked from townforge/townforge
68 lines
2.4 KiB
Plaintext
68 lines
2.4 KiB
Plaintext
WindowInfo
|
|
title Sow
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBTextField: id: "date"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Temperature:"
|
|
TBTextField: id: "temperature"
|
|
|
|
TBToggleContainer: id: "vegetables-sowing-season", toggle: "expanded"
|
|
TBLayout: axis: y
|
|
TBTextField: "It is vegetables sowing season!"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Vegetables sowing season started"
|
|
TBTextField: id: "vegetables-started-time", text: "000"
|
|
TBTextField: text: "ago"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Vegetables sowing season ends in"
|
|
TBTextField: id: "vegetables-ends-time", text: "000"
|
|
TBEditField: id: "vegetables-modifiers", skin: 0, readonly: 1, multiline: 1, adapt-to-content: 1
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Total vegetables bonus:"
|
|
TBTextField: id: "total-vegetables-bonus"
|
|
TBToggleContainer: connection: "vegetables-sowing-season", invert: true, toggle: "expanded"
|
|
TBLayout: axis: y
|
|
TBTextField: "It is not vegetables sowing season"
|
|
|
|
TBToggleContainer: id: "grain-sowing-season", toggle: "expanded"
|
|
TBLayout: axis: y
|
|
TBTextField: "It is grain sowing season!"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Grain sowing season started"
|
|
TBTextField: id: "grain-started-time", text: "000"
|
|
TBTextField: text: "ago"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Grain sowing season ends in"
|
|
TBTextField: id: "grain-ends-time", text: "000"
|
|
TBEditField: id: "grain-modifiers", skin: 0, readonly: 1, multiline: 1, adapt-to-content: 1
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Total grain bonus:"
|
|
TBTextField: id: "total-grain-bonus"
|
|
TBToggleContainer: connection: "grain-sowing-season", invert: true, toggle: "expanded"
|
|
TBLayout: axis: y
|
|
TBTextField: "It is not grain sowing season"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Vegetables nutrients in soil:"
|
|
TBTextField: id: "vegetables-nutrients"
|
|
TBTextField: text: "%"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Grain nutrients in soil:"
|
|
TBTextField: id: "grain-nutrients"
|
|
TBTextField: text: "%"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Labour needed to sow:"
|
|
TBTextField: id: "labour-needed"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Current labour balance:"
|
|
TBTextField: id: "labour-balance"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "Sow vegetables", id: "sow-vegetables"
|
|
TBButton: text: "Sow grain", id: "sow-grain"
|
|
TBButton: text: "Cancel", id: "cancel"
|