mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
Add option to use neither node highlighting nor outlining
This commit is contained in:
parent
febd07fc0d
commit
018217f6b2
5 changed files with 26 additions and 14 deletions
|
@ -25,7 +25,8 @@ local labels = {
|
|||
},
|
||||
node_highlighting = {
|
||||
fgettext("Node Outlining"),
|
||||
fgettext("Node Highlighting")
|
||||
fgettext("Node Highlighting"),
|
||||
fgettext("None")
|
||||
},
|
||||
filters = {
|
||||
fgettext("No Filter"),
|
||||
|
@ -52,7 +53,7 @@ local dd_options = {
|
|||
},
|
||||
node_highlighting = {
|
||||
table.concat(labels.node_highlighting, ","),
|
||||
{"box", "halo"}
|
||||
{"box", "halo", "none"}
|
||||
},
|
||||
filters = {
|
||||
table.concat(labels.filters, ","),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue