diff options
author | ezhh <owlecho@live.com> | 2017-05-11 23:18:36 +0100 |
---|---|---|
committer | Craig Robbins <kde.psych@gmail.com> | 2017-05-15 19:51:40 +1000 |
commit | 018217f6b2058db44b59a86e170614e1c6925f9f (patch) | |
tree | 9a7c4256f8edc44db86c6f787d9abc0a5147e605 /minetest.conf.example | |
parent | febd07fc0dea400db17ab84dd9fcb4d64e3ce9e3 (diff) | |
download | minetest-018217f6b2058db44b59a86e170614e1c6925f9f.tar.gz minetest-018217f6b2058db44b59a86e170614e1c6925f9f.tar.bz2 minetest-018217f6b2058db44b59a86e170614e1c6925f9f.zip |
Add option to use neither node highlighting nor outlining
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 6c6ce91b8..e9add1597 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -382,7 +382,7 @@ # enable_3d_clouds = true # Method used to highlight selected object. -# type: enum values: box, halo +# type: enum values: box, halo, none # node_highlighting = box # Adds particles when digging a node. |