elsassph / nme-tilelayer

Lightweight wrapper over NME's powerful but lowlevel 'drawTiles', with bitmap-based fallback for Flash.
92 stars 11 forks source link

TileSprite scaling and rotation behavior is different between flash and other targets #16

Closed Runengun closed 10 years ago

Runengun commented 10 years ago

In flash a TileSprite is scaled first and then rotated, for other targets the TileSprite is rotated and then scaled.

Runengun commented 10 years ago

This appears to be fixed in openfl-tilelayer when pulled from github