openfl-atlas

January 19, 2022 ยท View on GitHub

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