forked from townforge/townforge
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
WindowInfo
|
|
title Found a new city
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "There are currently "
|
|
TBTextField: id: "cities", text: "00"
|
|
TBTextField: text: "cities";
|
|
TBLayout: axis: x
|
|
TBTextField: text: "The current size of all cities is "
|
|
TBTextField: id: "shares", text: "000000000000"
|
|
TBLayout: axis: x
|
|
TBTextField: text: "We are "
|
|
TBTextField: id: "progress", text: "99.9%"
|
|
TBTextField: text: " of the way towards a new city being viable
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "The current cost to found a new city is "
|
|
TBTextField: id: "cost", text: "0000000000.00000000"
|
|
|
|
TBLayout: axis: x
|
|
TBTextField: text: "Your current balance is "
|
|
TBTextField: id: "balance", text: "00000000.00000000"
|
|
|
|
TBEditField: id: "xcoord", gravity: "all", placeholder: "X coordinate"
|
|
TBEditField: id: "ycoord", gravity: "all", placeholder: "Y coordinate"
|
|
TBEditField: id: "name", gravity: "all", placeholder: "City name"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "Pick random coordinates", id: "random"
|
|
|
|
TBLayout: axis: x
|
|
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|