Changed it to use the new function

This commit is contained in:
SeaSide53
2023-06-04 15:27:51 +02:00
parent 5d92bc9703
commit d8634b3ba4

View File

@@ -145,7 +145,7 @@ return function(name, basalt)
loadImage = function(self, path)
if(fs.exists(path))then
local newBimg = images.loadBIMG(path)
local newBimg = images.loadImageAsBimg(path)
bimgLibrary = bimg(newBimg)
activeFrame = 1
bimgFrame = bimgLibrary.getFrameObject(1)