forked from townforge/townforge
24 lines
532 B
Plaintext
24 lines
532 B
Plaintext
WindowInfo
|
|
title: "New account"
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "available"
|
|
|
|
TBTextField: text: "Welcome, new settler. Enter your name:"
|
|
gravity: "all"
|
|
text-align: "left"
|
|
|
|
TBEditField: id: "name"
|
|
distribution-position: "left top"
|
|
placeholder: "name"
|
|
gravity: "left right"
|
|
readonly: 0
|
|
lp: min-width: 240
|
|
|
|
TBLayout: axis: y, id: "fee-layout"
|
|
TBTextField: id: "fee-message"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|