townforge/GameData/TB/cc/whisper.tb.txt
2021-11-25 12:10:06 +00:00

52 lines
1.6 KiB
Plaintext

WindowInfo
title Whisper
centered-relative-size: 0.6 0.4
modal: 1
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
TBEditField: multiline: 1, readonly: 1, gravity: "left right", adapt-to-content: 1, skin: 0, is-focusable: 0
text: "Other players will see your message whenever they get close to this location and can look at the view you watched when you whispered"
TBEditField: id: "message", gravity: "all", placeholder: "Whisper your message here", multiline: 1
TBLayout: axis: x
TBLayout: axis: y
TBLayout: axis: x
TBInlineSelect: id: "red", gravity: "left right", min: 0, max: 255, step: 1, value: 255
TBTextField: text: "Red"
TBLayout: axis: x
TBInlineSelect: id: "green", gravity: "left right", min: 0, max: 255, step: 1, value: 255
TBTextField: text: "Green"
TBLayout: axis: x
TBInlineSelect: id: "blue", gravity: "left right", min: 0, max: 255, step: 1, value: 255
TBTextField: text: "Blue"
TBLayout: axis: y
UITBAnimatedImageWidget: id: "colour"
TBLayout: axis: x
TBTextField: text: "Lifetime:"
TBEditField: id: "lifetime", gravity: "left right", value: 10
TBTextField: text: " game years (real weeks, max "
TBTextField: id: "lifetime-max"
TBTextField: text: ")"
TBLayout: axis: x
TBTextField: text: "This whisper needs"
TBTextField: id: "runestones-needed", gravity: "left right"
TBTextField: text: "runestones"
TBLayout: axis: x
TBTextField: text: "You have"
TBTextField: id: "runestones-owned", gravity: "left right"
TBTextField: text: "runestones"
TBLayout: axis: x
TBButton: text: "OK", id: "ok"
TBButton: text: "Cancel", id: "cancel"