diff options
author | LoneWolfHT <lonewolf04361@gmail.com> | 2020-07-14 10:12:17 -0700 |
---|---|---|
committer | SmallJoker <mk939@ymail.com> | 2020-07-14 19:13:04 +0200 |
commit | 88ffd641243ead70d82623d54822421c72893240 (patch) | |
tree | 5dc78bce9ffd621e34b41ca0bb3dd6289cfb3e47 /builtin | |
parent | 4fa1e03f6844a24fc4b37f22e7264957b2a71d06 (diff) | |
download | minetest-88ffd641243ead70d82623d54822421c72893240.tar.gz minetest-88ffd641243ead70d82623d54822421c72893240.tar.bz2 minetest-88ffd641243ead70d82623d54822421c72893240.zip |
Add object crosshair, disable entity selectionboxes by default (#9523)
Adds new object crosshair base pack texture
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index c787aea2c..c0620542d 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -741,9 +741,11 @@ selectionbox_color (Selection box color) string (0,0,0) selectionbox_width (Selection box width) int 2 1 5 # Crosshair color (R,G,B). +# Also controls the object crosshair color crosshair_color (Crosshair color) string (255,255,255) # Crosshair alpha (opaqueness, between 0 and 255). +# Also controls the object crosshair color crosshair_alpha (Crosshair alpha) int 255 0 255 # Maximum number of recent chat messages to show @@ -817,7 +819,8 @@ world_aligned_mode (World-aligned textures mode) enum enable disable,enable,forc autoscale_mode (Autoscaling mode) enum disable disable,enable,force # Show entity selection boxes -show_entity_selectionbox (Show entity selection boxes) bool true +# A restart is required after changing this. +show_entity_selectionbox (Show entity selection boxes) bool false [*Menus] |