forked from townforge/townforge
bonus (given by scripts) can be negative, and the sum of base and bonus can also be negative, including in scripts
11 lines
504 B
Plaintext
11 lines
504 B
Plaintext
WindowInfo
|
|
|
|
TBLayout: axis: y, size: "available", distribution: "gravity", position: "top"
|
|
TBLayout: axis: x, size: "available", distribution: "gravity", position: "top"
|
|
TBTextField: id: "name", gravity: "left right", text-align: "left"
|
|
TBTextField: id: "base", gravity: "left right", text-align: "left"
|
|
TBTextField: text: " + "
|
|
TBTextField: id: "bonus", gravity: "left right", text-align: "left"
|
|
TBTextField: text: " = "
|
|
TBTextField: id: "points", gravity: "left right", text-align: "left"
|