Module:Sprite: Difference between revisions

40 bytes added ,  27 May 2022
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
local p = {}
local p = {}


p.hello = function()
p.main = function( frame )
return "Hello, world!"
end
end
return p