Fixed typos and cleaned up code in the Images library #93

Merged
SeaSide53 merged 7 commits from master into master 2023-06-04 21:53:19 +08:00
Showing only changes of commit d8634b3ba4 - Show all commits

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)