forked from townforge/townforge
7ccfa9a3ed
Strings and locals can be set to be parameterized
21 lines
633 B
Plaintext
21 lines
633 B
Plaintext
WindowInfo
|
|
title Configure script
|
|
centered-relative-size: 0.8 0.6
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBToggleContainer: id: "string-overrides-container", gravity: "all"
|
|
TBLayout: axis: y
|
|
TBTextField: text: "String overrides:"
|
|
TBSelectList: id: "string-overrides", gravity: "all"
|
|
|
|
TBToggleContainer: id: "local-overrides-container", gravity: "all"
|
|
TBLayout: axis: y
|
|
TBTextField: text: "Local variable overrides:"
|
|
TBSelectList: id: "local-overrides", gravity: "all"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|