diff options
author | HybridDog <3192173+HybridDog@users.noreply.github.com> | 2021-10-05 21:54:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 21:54:13 +0200 |
commit | 53e126ac49807d066328377c7c06352b0fc1a380 (patch) | |
tree | 72f68990f0dfba8278a52ea73bf0167b769ad4de /builtin | |
parent | b4b9bee5f2a903f1677f12d71ebb644052877381 (diff) | |
download | minetest-53e126ac49807d066328377c7c06352b0fc1a380.tar.gz minetest-53e126ac49807d066328377c7c06352b0fc1a380.tar.bz2 minetest-53e126ac49807d066328377c7c06352b0fc1a380.zip |
List only jpg and png as screenshot format options (#11675)
The other formats are no longer supported in Minetest Irrlicht.
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 9048d4d86..af4f5eaa6 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -614,7 +614,7 @@ shadow_poisson_filter (Poisson filtering) bool true # but also uses more resources. shadow_filters (Shadow filter quality) enum 1 0,1,2 -# Enable colored shadows. +# Enable colored shadows. # On true translucent nodes cast colored shadows. This is expensive. shadow_map_color (Colored shadows) bool false @@ -937,7 +937,7 @@ chat_font_size (Chat font size) int 0 screenshot_path (Screenshot folder) path 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. # 1 means worst quality; 100 means best quality. |