Fixed typos and cleaned up code in the Images library #93
@@ -145,7 +145,7 @@ return function(name, basalt)
|
|||||||
|
|
||||||
loadImage = function(self, path)
|
loadImage = function(self, path)
|
||||||
if(fs.exists(path))then
|
if(fs.exists(path))then
|
||||||
local newBimg = images.loadBIMG(path)
|
local newBimg = images.loadImageAsBimg(path)
|
||||||
bimgLibrary = bimg(newBimg)
|
bimgLibrary = bimg(newBimg)
|
||||||
activeFrame = 1
|
activeFrame = 1
|
||||||
bimgFrame = bimgLibrary.getFrameObject(1)
|
bimgFrame = bimgLibrary.getFrameObject(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user