Re-add clamp for backgrounds beyond the limit
This commit is contained in:
@@ -8,7 +8,7 @@ image_formats = {".png", ".jpg"}
|
||||
bgpath = "res/backgrounds/"
|
||||
dir = love.filesystem.getDirectoryItems(bgpath)
|
||||
|
||||
local backgrounds = {}
|
||||
backgrounds = {}
|
||||
|
||||
local function loadExtendedBgs()
|
||||
extended_bgs = require("res.backgrounds.extend_section_bg")
|
||||
|
||||
Reference in New Issue
Block a user