It looks like you're new here. If you want to get involved, click one of these buttons!
myScene = Core.class(Sprite) function myScene:init() local myRunnerPack = TexturePack.new("gfx/normal.txt", "gfx/normal.png") ............. ............. end
myScene = Core.class(Sprite) local myRunnerPack = TexturePack.new("gfx/normal.txt", "gfx/normal.png") function myScene:init() ............. .............
Likes: Tom2012
Comments
if your code is like
Likes: Tom2012
Thanks for the help. :-)