forked from townforge/townforge
21 lines
602 B
Plaintext
21 lines
602 B
Plaintext
WindowInfo
|
|
title Fight fire
|
|
centered-relative-size: 0.5 0.7
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBTextField: text: "These are the buildings on fire:"
|
|
TBSelectList: id: "burning-buildings", gravity: "all"
|
|
TBClickLabel: text: "Show my buildings only"
|
|
TBCheckBox: id: "show-mine", value: 0
|
|
|
|
TBSeparator
|
|
|
|
TBTextField: text: "These buildings are in range of the selected burning building:"
|
|
TBSelectList: id: "firefighting-buildings", gravity: "all"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|