forked from townforge/townforge
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
WindowInfo
|
|
|
|
TBLayout: axis: x, size: "available", distribution: "gravity", position: "top"
|
|
TBSkinImage: id: "icon"
|
|
TBLayout: axis: y, size: "available", distribution: "gravity"
|
|
TBTextField: id: "name"
|
|
TBTextField: text: "wants to play against:"
|
|
TBTextField: id: "player"
|
|
TBToggleContainer: id: "rating-container", toggle: "expanded"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Rating:"
|
|
TBTextField: id: "min-rating"
|
|
TBTextField: text: " - "
|
|
TBTextField: id: "max-rating"
|
|
TBToggleContainer: id: "wager-container", toggle: "expanded"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Wager:"
|
|
TBTextField: id: "min-wager"
|
|
TBTextField: text: " - "
|
|
TBTextField: id: "max-wager"
|
|
TBToggleContainer: id: "jeopardy-container", toggle: "expanded"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Jeopardy! (winner gets a choice of one coin or rune from the loser's deck)"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Valid for"
|
|
TBTextField: id: "lifetime"
|
|
TBToggleContainer: id: "play-button-container", toggle: "opacity"
|
|
TBLayout: axis: y
|
|
TBButton: id: "play", text: "Play"
|