Skip to content

Commit

Permalink
Move hud_hotbar_max_width setting to HUD section (minetest#15335)
Browse files Browse the repository at this point in the history
  • Loading branch information
cx384 authored Oct 26, 2024
1 parent 4deb5b9 commit b7073df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builtin/settingtypes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit b7073df

Please sign in to comment.