game: allow max lightsource option to get down to 1

This commit is contained in:
Crypto City 2023-08-17 08:42:34 +00:00
parent 6f141f344c
commit ffb0546a73

View File

@ -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"