townforge/GameData/TB/cc/light-lightsource.tb.txt
Crypto City 248675a830 lightsources can now be placed in the world
along with a new ligtsource block type, and coloured powder items
2023-06-06 20:01:00 +00:00

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"