I'm using zwoptex to pack a spritesheet for a page that will just load a character onto a web page and my debugger gives me a warning and an error.
the warning is DEPRECATED: SpriteSheet 3rd parser parameter is now required. (spritesheet.js line 13)
and the error is d2[v] is undefined return parseFloat(d2[v].firstChild.nodeValue); (zwoptex.js line 46)
Does anyone know whats wrong, or ever seen this before? I can't figure it out...