diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index fe62b0f7e..8609281e8 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -160,6 +160,8 @@ # maximum percentage of current window to be used for hotbar # (usefull if you've there's something to be displayed right or left of hotbar) #hud_hotbar_max_width = 1.0 +# Enable highlighting for nodes (disables selectionboxes) +#enable_node_highlighting = false # Texture filtering settings #mip_map = false #anisotropic_filter = false |