Skip to content

Commit

Permalink
List only jpg and png as screenshot format options (#11675)
Browse files Browse the repository at this point in the history
The other formats are no longer supported in Minetest Irrlicht.
  • Loading branch information
HybridDog committed Oct 5, 2021
1 parent b4b9bee commit 53e126a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/settingtypes.txt
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 53e126a

Please sign in to comment.