1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-22 12:25:23 +02:00

Update minetest.conf.example and translation file

This commit is contained in:
updatepo.sh
2025-09-23 19:19:12 +02:00
committed by SmallJoker
parent e217961b25
commit ca62268d16
2 changed files with 21 additions and 8 deletions

View File

@@ -588,13 +588,12 @@
# 3D support.
# Currently supported:
# - none: no 3d output.
# - anaglyph: cyan/magenta color 3d.
# - interlaced: odd/even line based polarization screen support.
# - topbottom: split screen top/bottom.
# - sidebyside: split screen side by side.
# - crossview: Cross-eyed 3d
# type: enum values: none, anaglyph, interlaced, topbottom, sidebyside, crossview
# - none: no 3D output
# - anaglyph: cyan/magenta color 3D
# - topbottom: split screen top/bottom
# - sidebyside: split screen side-by-side
# - crossview: cross-eyed 3D
# type: enum values: none, anaglyph, topbottom, sidebyside, crossview
# 3d_mode = none
# Strength of 3D mode parallax.
@@ -3027,6 +3026,16 @@
# type: bool
# profiler.load = false
# Disable if you only want to instrument with Tracy.
# type: bool
# profiler.measure = true
# Capture Tracy zones with the profiler's instrumentation.
# You need to build with Tracy to use this, see doc/developing/profiling.md
# for details.
# type: bool
# profiler.tracy = false
# The default format in which profiles are being saved,
# when calling `/profiler save [format]` without format.
# type: enum values: txt, csv, lua, json, json_pretty