mirror of
https://github.com/minetest/minetest.git
synced 2024-12-24 23:22:24 +01:00
List only jpg and png as screenshot format options (#11675)
The other formats are no longer supported in Minetest Irrlicht.
This commit is contained in:
parent
b4b9bee5f2
commit
53e126ac49
@ -937,7 +937,7 @@ chat_font_size (Chat font size) int 0
|
|||||||
screenshot_path (Screenshot folder) path screenshots
|
screenshot_path (Screenshot folder) path screenshots
|
||||||
|
|
||||||
# Format of screenshots.
|
# Format of screenshots.
|
||||||
screenshot_format (Screenshot format) enum png png,jpg,bmp,pcx,ppm,tga
|
screenshot_format (Screenshot format) enum png png,jpg
|
||||||
|
|
||||||
# Screenshot quality. Only used for JPEG format.
|
# Screenshot quality. Only used for JPEG format.
|
||||||
# 1 means worst quality; 100 means best quality.
|
# 1 means worst quality; 100 means best quality.
|
||||||
|
Loading…
Reference in New Issue
Block a user