diff options
author | TriBlade9 <triblade9@mail.com> | 2014-09-17 18:02:40 +0800 |
---|---|---|
committer | RealBadAngel <maciej.kasatkin@o2.pl> | 2014-09-19 03:28:46 +0200 |
commit | 18bfa1c785a123499ee12d0551a9447a4d32d93b (patch) | |
tree | 02b821b2819c62f009ade17011cef8221b54defc /minetest.conf.example | |
parent | 86a0f5603b9e936b8527ae22c4aeaf5714c9d279 (diff) | |
download | minetest-18bfa1c785a123499ee12d0551a9447a4d32d93b.tar.gz minetest-18bfa1c785a123499ee12d0551a9447a4d32d93b.tar.bz2 minetest-18bfa1c785a123499ee12d0551a9447a4d32d93b.zip |
Added configurable selectionbox width. Min width = 1, Max = 5
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 8609281e8..95b4b5150 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -157,8 +157,10 @@ #sound_volume = 0.7 # Whether node texture animations should be desynchronized per MapBlock #desynchronize_mapblock_texture_animation = true +# (useful if you've there's something to be displayed right or left of hotbar) +# Width of the selectionbox's lines (Between 1 and 5) +#selectionbox_width = 2 # 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 |