summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 1587cba76..cd0be5296 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -653,6 +653,16 @@
# type: path
# screenshot_path =
+# Format of screenshots.
+# type: enum values: png, jpg, bmp, pcx, ppm, tga
+# screenshot_format = png
+
+# Screenshot quality. Only used for JPEG format.
+# 1 means worst quality; 100 means best quality.
+# Use 0 for default quality.
+# type: int min: 0 max: 100
+# screenshot_quality = 0
+
### Advanced
# Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k screens.