Changed the order of the image extensions list
To avoid Funny Stuff
This commit is contained in:
@@ -4,7 +4,7 @@ named_backgrounds = {
|
|||||||
}
|
}
|
||||||
current_playing_bgs = {}
|
current_playing_bgs = {}
|
||||||
extended_bgs = {}
|
extended_bgs = {}
|
||||||
image_formats = {".png", ".jpg"}
|
image_formats = {".jpg", ".png"}
|
||||||
bgpath = "res/backgrounds/"
|
bgpath = "res/backgrounds/"
|
||||||
dir = love.filesystem.getDirectoryItems(bgpath)
|
dir = love.filesystem.getDirectoryItems(bgpath)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user