Move hud_hotbar_max_width setting to HUD section (#15335)

This commit is contained in:
cx384 2024-10-26 17:40:39 +02:00 committed by GitHub
parent 4deb5b999c
commit b7073df68c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.
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]
# 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).
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_chat_weblinks (Chat weblinks) bool true