Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Can someone please explain... — Gideros Forum

Can someone please explain...

Tom2012Tom2012 Guru
edited September 2012 in General questions
"Dynamic Creation of Texture Packs

To create a texture pack dynamically (at run-time), create TexturePack object with a table of file names of textures.

local pack = TexturePack.new({"1.png", "2.png", "3.png", "4.png")}"

How does this work please? Does this do away with the need to create texture packs yourself? Which runtime - when the app starts on the device?

Thanks

Tom
Sign In or Register to comment.