├── LICENSE ├── README.md ├── documentation ├── ImportAll.hx └── compile.hxml ├── haxelib.json └── mapsheet ├── Animation.hx ├── Mapsheet.hx └── data ├── Behavior.hx └── Frame.hx /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miltoncandelero/mapsheet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miltoncandelero/mapsheet/HEAD/README.md -------------------------------------------------------------------------------- /documentation/ImportAll.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miltoncandelero/mapsheet/HEAD/documentation/ImportAll.hx -------------------------------------------------------------------------------- /documentation/compile.hxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miltoncandelero/mapsheet/HEAD/documentation/compile.hxml -------------------------------------------------------------------------------- /haxelib.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miltoncandelero/mapsheet/HEAD/haxelib.json -------------------------------------------------------------------------------- /mapsheet/Animation.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miltoncandelero/mapsheet/HEAD/mapsheet/Animation.hx -------------------------------------------------------------------------------- /mapsheet/Mapsheet.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miltoncandelero/mapsheet/HEAD/mapsheet/Mapsheet.hx -------------------------------------------------------------------------------- /mapsheet/data/Behavior.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miltoncandelero/mapsheet/HEAD/mapsheet/data/Behavior.hx -------------------------------------------------------------------------------- /mapsheet/data/Frame.hx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miltoncandelero/mapsheet/HEAD/mapsheet/data/Frame.hx --------------------------------------------------------------------------------