Posted 15 March 2014 - 03:40 PM
Hai, I was making a background for something, and paintutils.loadImage won't return anything, nor will it load my image. I looked on the Wiki and all it said is this.
So I guess what I'm asking for is… Why isn't it loading my image?
The code I experimented with:
So I guess what I'm asking for is… Why isn't it loading my image?
The code I experimented with:
Spoiler
local function loadImage()
paintutils.loadImage(".loadback")
end
loadImage()