mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add console height setting (#5136)
This commit is contained in:
parent
707e27b5c2
commit
0c9189d109
4 changed files with 10 additions and 1 deletions
|
@ -477,6 +477,9 @@ fall_bobbing_amount (Fall bobbing) float 0.0
|
|||
# - pageflip: quadbuffer based 3d.
|
||||
3d_mode (3D mode) enum none none,anaglyph,interlaced,topbottom,sidebyside,pageflip
|
||||
|
||||
# In-game chat console height, between 0.1 (10%) and 1.0 (100%).
|
||||
console_height (Console height) float 1.0 0.1 1.0
|
||||
|
||||
# In-game chat console background color (R,G,B).
|
||||
console_color (Console color) string (0,0,0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue