townforge/GameData/TB/cc/change-title.tb.txt
Crypto City 2c378941dd players can now have a title
chosen among a set of predefined components
2023-04-05 07:54:00 +00:00

42 lines
1.2 KiB
Plaintext

WindowInfo
title Change title
centered-relative-size: 0.6 0.4
modal: 1
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
TBLayout: axis: x
TBTextField: text: "You title currently is:"
TBTextField: id: "current-title"
TBSeparator
TBLayout: axis: x
TBClickLabel: text: "Compound:"
TBRadioButton: id: "style-compound", group-id: "style", data: 0, value: 1
TBClickLabel: text: "Unique:"
TBRadioButton: id: "style-unique", group-id: "style", data: 1, value: 0
TBToggleContainer: id: "toggle-style-compound", toggle: "expanded", value: 1
TBLayout: axis: y
TBTextField: text: "You can build your title from available components"
TBTextField: text: "All components are optional"
TBLayout: axis: x
TBSelectDropdown: id: "adjectives"
TBSelectDropdown: id: "nouns"
TBSelectDropdown: id: "origins"
TBToggleContainer: id: "toggle-style-unique", toggle: "expanded", value: 0
TBLayout: axis: x
TBSelectDropdown: id: "uniques"
TBSeparator
TBLayout: axis: x
TBTextField: text: "New title:"
TBTextField: id: "new-title"
TBLayout: axis: x
TBButton: text: "OK", id: "ok"
TBButton: text: "Cancel", id: "cancel"