Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Texture pack - why doesn't this work? — Gideros Forum

Texture pack - why doesn't this work?

Tom2012Tom2012 Guru
edited September 2012 in General questions
I have atlas 1.png and atlas 1.txt and can't get the image to show

Thanks



local pack = TexturePack.new("atlas 1.txt", "atlas 1.png");

local ant = Bitmap.new(pack:getTextureRegion("ant.png")),

stage:addChild(ant);

Comments

Sign In or Register to comment.