forked from townforge/townforge
43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
WindowInfo
|
|
title Accept invitation
|
|
centered-relative-size: 0.6 0.5
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBToggleContainer: id: "with-wallet", toggle: "expanded"
|
|
TBLayout: axis: y, distribution-position: "left top"
|
|
TBTextField: text: "Your wallet does not have a game account."
|
|
TBTextField: text: "You can accept an invitation to create a game account."
|
|
TBTextField: text: "The person inviting you will pay your new account fee."
|
|
|
|
TBToggleContainer: id: "without-wallet", toggle: "expanded"
|
|
TBLayout: axis: y, distribution-position: "left top"
|
|
TBTextField: text: "You do not have a Townforge wallet loaded."
|
|
TBTextField: text: "A new wallet will be created, then a game account."
|
|
TBTextField: text: "The person inviting you will pay your new account fee."
|
|
|
|
TBSeparator
|
|
|
|
TBEditField: id: "invitation", placeholder: "Invitation", gravity: "left right", multiline: 1, adapt-to-content: 1, text: " \n \n \n \n"
|
|
TBButton: id: "paste", text: "Paste from clipboard"
|
|
|
|
TBToggleContainer: id: "invitation-info", toggle: expanded
|
|
TBLayout: axis: y
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Invitation from"
|
|
TBTextField: id: "invitation-info-account"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Expiry"
|
|
TBTextField: id: "invitation-info-expiration"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Startup gold"
|
|
TBTextField: id: "invitation-info-amount"
|
|
TBToggleContainer: id: "invitation-error", toggle: expanded
|
|
TBLayout: axis: y
|
|
TBTextField: id: "invitation-error-message", skin: "invitation.error"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|