diff options
author | Ezhh <owlecho@live.com> | 2017-01-29 16:10:17 +0000 |
---|---|---|
committer | Zeno- <kde.psych@gmail.com> | 2017-01-30 02:10:17 +1000 |
commit | 0c9189d10989f85cd5148107b643dc17a49c06ff (patch) | |
tree | d534d5780f470d9e53596fff9827b6d0438c05ec /builtin | |
parent | 707e27b5c26b6c082abbd2f385a976c5bc8964fe (diff) | |
download | minetest-0c9189d10989f85cd5148107b643dc17a49c06ff.tar.gz minetest-0c9189d10989f85cd5148107b643dc17a49c06ff.tar.bz2 minetest-0c9189d10989f85cd5148107b643dc17a49c06ff.zip |
Add console height setting (#5136)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 581eef315..c81dde7de 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -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) |