Changed the order of the image extensions list

To avoid Funny Stuff
pull/77/head
Ishaan Bhardwaj 2023-07-26 05:20:55 -04:00
parent d90e382037
commit e69659b2ad
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ named_backgrounds = {
}
current_playing_bgs = {}
extended_bgs = {}
image_formats = {".png", ".jpg"}
image_formats = {".jpg", ".png"}
bgpath = "res/backgrounds/"
dir = love.filesystem.getDirectoryItems(bgpath)