mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 16:09:02 -06:00
Changed the order of the image extensions list
To avoid Funny Stuff
This commit is contained in:
parent
d90e382037
commit
e69659b2ad
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user