HaxeFlixel / flixel-addons

Additional classes for HaxeFlixel
170 stars 136 forks source link

Fix transition bug with persistent images #412

Closed NeeEoo closed 9 months ago

NeeEoo commented 9 months ago

Also optimized the fade transition, by scaling the 0 angle version

NeeEoo commented 9 months ago

Should probably be better to be safe, with having it set antialiasing to false, because it might change on different platforms like between windows, mac, linux, html, flash, and i cant really test that

NeeEoo commented 9 months ago

Not sure if i should add sprite.antialiasing = true; in the diagonal wipe, since that one has no 1px wide scaling

I also placed the no antialiasing to affect the other wipes, since they are also optimized with 1px and scaled

Geokureli commented 9 months ago

Thanks!