townforge/GameData/TB/cc/carve-runestone.tb.txt
Crypto City 7ccfa9a3ed script overrides
Strings and locals can be set to be parameterized
2020-11-22 23:25:49 +00:00

23 lines
665 B
Plaintext

WindowInfo
title Carve runestone
centered-relative-size: 0.8 0.8
modal: 1
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
TBTextField: text: "Your visitors will see this message when they click on the runestone:"
TBEditField: id: "message", gravity: "all", placeholder: "Paste message here"
multiline: 1
TBLayout: axis: x
TBTextField: text: "Script:"
TBTextField: id: "script"
TBButton: id: "select-script", text: "Select"
TBButton: id: "configure-script", text: "Configure"
TBButton: id: "clear-script", text: "Clear"
TBLayout: axis: x
TBButton: text: "OK", id: "ok"
TBButton: text: "Cancel", id: "cancel"