forked from townforge/townforge
7ccfa9a3ed
Strings and locals can be set to be parameterized
23 lines
665 B
Plaintext
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"
|