From c08561b92ba7acc3ab5b32a238e08116d9c81b81 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 25 Oct 2019 16:33:37 +0200 Subject: [PATCH] Add support for loading additional image formats This also makes it possible to load JPEG images if they have a `.jpeg` extension. --- Main.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.tscn b/Main.tscn index e5f17182e..37dad3fc2 100644 --- a/Main.tscn +++ b/Main.tscn @@ -893,7 +893,7 @@ window_title = "Open File(s)" resizable = true mode = 1 access = 2 -filters = PoolStringArray( "*jpg, *.png ; JPG, PNG Images" ) +filters = PoolStringArray( "*.bmp ; BMP Image", "*.hdr ; Radiance HDR Image", "*.jpg,*.jpeg ; JPEG Image", "*.png ; PNG Image", "*.tga ; TGA Image", "*.webp ; WebP Image" ) current_dir = "/home/danielnaoexiste/Documents/Prog/Pixelorama" current_path = "/home/danielnaoexiste/Documents/Prog/Pixelorama/"