forked from townforge/townforge
hide them by default in account selection screen, and inactive accounts may be dealt with differently in game ticks later if it is needed for performance purposes
18 lines
502 B
Plaintext
18 lines
502 B
Plaintext
WindowInfo
|
|
title Select account
|
|
centered-relative-size: 0.4 0.6
|
|
modal: 1
|
|
|
|
TBLayout: axis: y, distribution-position: "left top", distribution: "gravity"
|
|
|
|
TBSelectList: id: "accounts", gravity: "all"
|
|
|
|
TBLayout: axis: x, distribution: "gravity"
|
|
TBEditField: id: "filter", placeholder: "Filter", gravity: "left right", autofocus: 1
|
|
TBClickLabel: text: "Show inactive"
|
|
TBCheckBox: id: "show-inactive"
|
|
|
|
TBLayout: axis: x
|
|
TBButton: text: "OK", id: "ok"
|
|
TBButton: text: "Cancel", id: "cancel"
|