"# QuickTileMap"
QuickTileMap using Sprite sheets tiles
-
You can use incripted sprite sheets to protect you content
-
Saves on memory by not loading lager png files.
-
Super fast SmartNode System. A node based system to get to every part of a tilemap quick and easy.
-
uses only 1 draw call for fast rendering utalising the sprite sheet.
-
Save time on loading by not Reloading same data if map is the same and you just a reset the map.
-
uses the same data structure as Tiled tmx files. Added Features.
-
Native Animation movment through Tilemap properties, added Actions sequence you can build your owen simple actions on sprite's
-
Now supprots working with Groups in Tiled.
-
Native support for animated tiles
-
Your able to add your owen support without haveing to add extrax class's to store things like animation's and stuff you just pull strate out and use directly.
-
Exelant memory management eradicate wasted memory for verable that do not exsit, So you not making varble to store things thats are not beeing used.
Videos to help with using QuickTileMap.