Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 781 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 781 Bytes

openfl-atlas

atlas importer for Tilemap (openfl >=4.0.2)

Now use Haxe 4!

Code based fairly inspired by tilelayer by elsassph

Atlas format supported

Feature

  • get tile id from atlas. e.g: new Tile(tilesetEx.getImageID('knight'))
  • use TileClip to animate your tiles. e.g : new TileClip('knight_', tilesetEx) and then use update() each frame

TODO

  • SpriterJSONTileset : (official format for Spriter in json)
  • ask for one or make a pull request