forked from townforge/townforge
game: allow max lightsource option to get down to 1
This commit is contained in:
parent
6f141f344c
commit
ffb0546a73
@ -185,7 +185,7 @@ TBTabContainer
|
||||
|
||||
TBToggleContainer: connection: "lightsources-enabled", toggle: "expanded"
|
||||
TBLayout: axis: x
|
||||
TBInlineSelect: id: "max-lightsources", min: 4, max: 32, unsigned: 1
|
||||
TBInlineSelect: id: "max-lightsources", min: 1, max: 32, unsigned: 1
|
||||
TBTextField: text: "max/model"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user