elsassph / nme-tilelayer

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

Use NME Tilesheet on Flash #11

Open nadako opened 11 years ago

nadako commented 11 years ago

Maybe I just don't understand something, but there's Tilesheet.drawTiles support on flash nowadays, so why still use bitmaps? Is it faster on Flash platform?

elsassph commented 11 years ago

I know, I did the implementation - it's just slower and less featured (ie. impossible to support alpha or tint transforms).