1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Add console height setting (#5136)

This commit is contained in:
Ezhh 2017-01-29 16:10:17 +00:00 committed by Zeno-
parent 707e27b5c2
commit 0c9189d109
4 changed files with 10 additions and 1 deletions

View file

@ -548,6 +548,10 @@
# type: enum values: none, anaglyph, interlaced, topbottom, sidebyside, pageflip
# 3d_mode = none
# In-game chat console height, between 0.1 (10%) and 1.0 (100%).
# type: float
# console_height = 1.0
# In-game chat console background color (R,G,B).
# type: string
# console_color = (0,0,0)