mirror of
https://github.com/minetest/minetest.git
synced 2025-01-10 23:37:29 +01:00
Move hud_hotbar_max_width setting to HUD section (#15335)
This commit is contained in:
parent
4deb5b999c
commit
b7073df68c
@ -730,6 +730,10 @@ show_debug (Show debug info) bool false
|
|||||||
# Radius to use when the block bounds HUD feature is set to near blocks.
|
# Radius to use when the block bounds HUD feature is set to near blocks.
|
||||||
show_block_bounds_radius_near (Block bounds HUD radius) int 4 0 1000
|
show_block_bounds_radius_near (Block bounds HUD radius) int 4 0 1000
|
||||||
|
|
||||||
|
# Maximum proportion of current window to be used for hotbar.
|
||||||
|
# Useful if there's something to be displayed right or left of hotbar.
|
||||||
|
hud_hotbar_max_width (Maximum hotbar width) float 1.0 0.001 1.0
|
||||||
|
|
||||||
[**Chat]
|
[**Chat]
|
||||||
|
|
||||||
# Maximum number of recent chat messages to show
|
# Maximum number of recent chat messages to show
|
||||||
@ -744,10 +748,6 @@ console_color (Console color) string (0,0,0)
|
|||||||
# In-game chat console background alpha (opaqueness, between 0 and 255).
|
# In-game chat console background alpha (opaqueness, between 0 and 255).
|
||||||
console_alpha (Console alpha) int 200 0 255
|
console_alpha (Console alpha) int 200 0 255
|
||||||
|
|
||||||
# Maximum proportion of current window to be used for hotbar.
|
|
||||||
# Useful if there's something to be displayed right or left of hotbar.
|
|
||||||
hud_hotbar_max_width (Maximum hotbar width) float 1.0 0.001 1.0
|
|
||||||
|
|
||||||
# Clickable weblinks (middle-click or Ctrl+left-click) enabled in chat console output.
|
# Clickable weblinks (middle-click or Ctrl+left-click) enabled in chat console output.
|
||||||
clickable_chat_weblinks (Chat weblinks) bool true
|
clickable_chat_weblinks (Chat weblinks) bool true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user