forked from townforge/townforge
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
WindowInfo
|
|
title Building settings
|
|
centered-relative-size: 0.8 0.8
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution: "available", gravity: "all"
|
|
|
|
TBLayout: axis: x, distribution: "available", gravity: "all"
|
|
|
|
TBLayout: axis: y, id: "left_layout": gravity: "all"
|
|
|
|
TBTextField: text: "Settings", text-align: "center", gravity: "left right top"
|
|
|
|
TBLayout: axis: x, distribution: "available", gravity: "left"
|
|
TBTextField: text: "size:"
|
|
TBTextField: id: "size"
|
|
|
|
TBSelectDropdown: id: "role", gravity: "left right"
|
|
|
|
TBLayout: axis: x, distribution: "available", gravity: "left"
|
|
TBTextField: text: "Economic power:"
|
|
TBSelectDropdown: id: "economic_power"
|
|
|
|
TBEditField: id: "name", gravity: "left right", placeholder: "Name"
|
|
|
|
TBToggleContainer: id: "ignore-influence-container"
|
|
TBLayout: axis: x, distribution: "available", gravity: "left"
|
|
TBClickLabel: text: "Ignore influence"
|
|
TBCheckBox: id: "ignore_influence"
|
|
|
|
TBLayout: axis: y, id: "right_layout": gravity: "all"
|
|
text-color: #808080
|
|
|
|
TBTextField: text: "Construction budget", text-align: "center", gravity: "left right"
|
|
TBTextField: text: "Dummy", text-align: "center", gravity: "left right"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|