forked from townforge/townforge
31 lines
938 B
Plaintext
31 lines
938 B
Plaintext
WindowInfo
|
|
title Light lightsource
|
|
centered-relative-size: 0.6 0.4
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBClickLabel: text: "Enable light"
|
|
TBCheckBox: id: "enable", connection: "enable-light"
|
|
|
|
TBToggleContainer: connection: "enable-light", toggle: "expanded"
|
|
TBLayout: axis: y
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Optional colour powder:"
|
|
TBLayout: axis: y
|
|
TBSelectDropdown: id: "powder", connection: "using-powder"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "This light will require"
|
|
TBTextField: id: "heating-points"
|
|
TBTextField: text: "heating points"
|
|
TBToggleContainer: connection: "using-powder", toggle: "expanded"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "and"
|
|
TBTextField: id: "powder-usage"
|
|
TBTextField: text: "per game tick"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|