Ang Li

Results 4 issues of Ang Li

Added Texture Packer Support. var player : SpriteSheetPlayer = new SpriteSheetPlayer(pack, plistName); System.root.add(player); player.play();

Added Tiled Map Editor Support. Support all data formats : XML, CSV, base64, base64(gzip) and base64(zlib). Support two types of map : Isometric and Orthogonal(does not support isometric staggered)

Added zOrder support for entity.

**Describe the bug** We are upgrading the app to nx 13, and nx 13 seems to only support webpack5. We are getting the errors below when building the serverless app:...