forked from townforge/townforge
21 lines
512 B
Plaintext
21 lines
512 B
Plaintext
WindowInfo
|
|
Title Network configuration
|
|
modal: 1
|
|
|
|
TBLayout: axis: y
|
|
|
|
TBTextField: text: "TownForge needs to connect to the peer to peer network to function."
|
|
TBTextField: text: "It needs the address of a node in that network."
|
|
|
|
TBLayout: axis: x
|
|
|
|
TBLayout: axis: y
|
|
TBTextField: text: "Node address"
|
|
TBTextField: text: "Node port"
|
|
|
|
TBLayout: axis: y
|
|
TBEditField: id: "node-address", text: "127.0.0.1"
|
|
TBEditField: id: "node-port", text: "18881"
|
|
|
|
TBButton: id: "node-connect", text: "Connect"
|