diff options
author | TriBlade9 <triblade9@mail.com> | 2016-04-14 02:15:41 -0700 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-04-14 11:20:11 +0200 |
commit | 6530ed4dd8e8304a6f7769b05bd776535c9c3abc (patch) | |
tree | 1b88fef629af0b904089d5ee20d55cac9d108553 /minetest.conf.example | |
parent | b5f6d41eedca983a98470fdb97b5732e08802d24 (diff) | |
download | minetest-6530ed4dd8e8304a6f7769b05bd776535c9c3abc.tar.gz minetest-6530ed4dd8e8304a6f7769b05bd776535c9c3abc.tar.bz2 minetest-6530ed4dd8e8304a6f7769b05bd776535c9c3abc.zip |
Add option to disable entity selectionboxes. (#3992)
Setting only loaded once, default value is to enable them.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 80dad6d9f..e913140ae 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -253,6 +253,10 @@ # type: bool # enable_local_map_saving = false +# Show entity selection boxes. +# type: bool +# show_entity_selectionbox true + # Enable usage of remote media server (if provided by server). # Remote servers offer a significantly faster way to download media (e.g. textures) # when connecting to the server. |