forked from townforge/townforge
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
WindowInfo
|
|
title BUILD IN PROGRESS
|
|
|
|
TBLayout: axis: y, distribution-position: "center top", distribution: "available"
|
|
|
|
TBLayout: axis: x, distribution-position: "center top", distribution: "available", spacing: 0
|
|
TBTextField: id: "flag-name"
|
|
TBTextField: text: ": "
|
|
TBButton: text: " Approve " id: "build-overview-approve-build"
|
|
|
|
TBTextField: text: " |"
|
|
|
|
TBButton: skin: "TBButton.column", text: " Palette " id: "build-overview-show-palette"
|
|
TBTextField: text: "|"
|
|
TBButton: skin: "TBButton.column", text: "Remove hidden", id: "actions-remove-hidden-blocks"
|
|
TBTextField: text: "|"
|
|
TBButton: skin: "TBButton.column", text: "Undo", id: "actions-undo"
|
|
TBTextField: text: "|"
|
|
TBButton: skin: "TBButton.column", text: "Redo", id: "actions-redo"
|
|
TBTextField: text: "|"
|
|
TBTextField: text: "Brush:"
|
|
TBInlineSelect: id: "build-overview-brush-size-x", min: 1, max: 9, unsigned: 1
|
|
TBInlineSelect: id: "build-overview-brush-size-y", min: 1, max: 9, unsigned: 1
|
|
TBInlineSelect: id: "build-overview-brush-size-z", min: 1, max: 9, unsigned: 1
|
|
TBTextField: text: "|"
|
|
TBSelectDropdown: id: "build-overview-budget", is-focusable: 0
|
|
|
|
TBTextField: text: " :: "
|
|
|
|
TBButton: skin: "TBButton.column", text: " Abandon " id: "build-overview-abandon-build"
|