This is MUCH harder than I thought it would be.
I can't figure out how to get my sprites to show up when I click the RUN button to view my progress. Do you have to put in a code or something? I'm looseing my s*** here!
I can't figure out how to get my sprites to show up when I click the RUN button to view my progress. Do you have to put in a code or something? I'm looseing my s*** here!
Did you use draw = function()` ? Like this:
draw = function()
screen.clear()
screen.drawSprite("icon", 0, 0, 50, 50)
end
Oh bro like I got you just do this:
draw = function()
screen.clear()
screen.drawSprite("your sprite name", 0, 0, your size like 20, your size like 20)
end