Moderator: Userbase Moderators
Postby Marioman2007 » Tue Feb 09, 2021 3:22 am
Code: Select all
local coin = Graphics.loadImage(Misc.resolveFile("modernhud-2.png")) function onTick() Graphics.draw{ type = RTYPE_IMAGE, image = coin, x = 500, y = 100, priority = 0, } end
Postby Emral » Tue Feb 09, 2021 3:48 am
Postby Marioman2007 » Tue Feb 09, 2021 4:06 am
Enjl wrote: ↑Tue Feb 09, 2021 3:48 am Don't use onTick for drawing. https://docs.codehaus.moe/#/reference/lunalua-events
Postby Emral » Tue Feb 09, 2021 4:09 am
Return to “LunaLua Help”
Users browsing this forum: No registered users and 1 guest