forked from townforge/townforge
39 lines
1.9 KiB
Plaintext
39 lines
1.9 KiB
Plaintext
WindowInfo
|
|
|
|
TBLayout: axis: x, size: "available", distribution: "gravity", position: "top"
|
|
TBSkinImage: id: "icon"
|
|
TBLayout: axis: y, size: "available", distribution: "gravity", gravity: "left right"
|
|
TBToggleContainer: id: "name-container", toggle: "expanded"
|
|
TBLayout: axis: x
|
|
TBTextField: id: "name"
|
|
TBLayout: axis: x, distribution: "gravity", spacing: 0
|
|
TBLayout: axis: y, id: "player0-column", gravity: "right", distribution: "gravity", position: "right"
|
|
TBTextField: id: "player0-name", text-align: "right"
|
|
TBTextField: id: "player0-title", text-align: "right"
|
|
TBLayout: axis: x, id: "player0-rounds-won", distribution: "gravity", gravity: "right"
|
|
TBTextField: id: "vs", text: " vs "
|
|
TBLayout: axis: y, id: "player1-column", gravity: "left", distribution: "gravity", position: "left"
|
|
TBTextField: id: "player1-name", text-center: "left"
|
|
TBTextField: id: "player1-title", text-center: "left"
|
|
TBLayout: axis: x, id: "player1-rounds-won", distribution: "gravity", gravity: "left"
|
|
TBToggleContainer: id: "wager-container", toggle: "expanded"
|
|
TBLayout: axis: x, size: "available", distribution: "gravity"
|
|
TBTextField: text: "Wager:"
|
|
TBTextField: id: "wager"
|
|
TBToggleContainer: id: "jeopardy-container", toggle: "expanded"
|
|
TBLayout: axis: x, size: "available", distribution: "gravity"
|
|
TBTextField: text: "Jeopardy!"
|
|
TBToggleContainer: id: "ongoing-container", toggle: "expanded"
|
|
TBLayout: axis: x, size: "available", distribution: "gravity"
|
|
TBTextField: text: "Round:"
|
|
TBTextField: id: "round"
|
|
TBTextField: text: "Turn:"
|
|
TBTextField: id: "turn"
|
|
TBTextField: text: "(time limit:"
|
|
TBTextField: id: "turn-deadline"
|
|
TBTextField: text: ")"
|
|
TBToggleContainer: id: "winner-container", toggle: "expanded"
|
|
TBLayout: axis: x, size: "available", distribution: "gravity"
|
|
TBTextField: text: "Winner:"
|
|
TBTextField: id: "winner"
|