It looks like you're new here. If you want to get involved, click one of these buttons!
local pack = TexturePack.new("atlas 1.txt", "atlas 1.png") local ant = Bitmap.new(pack:getTextureRegion("ant.png")) stage:addChild(ant)
Comments
local ant = Bitmap.new(pack:getTextureRegion("ant.png")); works...