Deathspike Posted May 22, 2015 Share Posted May 22, 2015 I have a sprite that I flipped with:this.scale.x = -1;After anchoring the sprite on the center to ensure there is no X/Y offset:this.anchor.setTo(0.5, 1);When I play an animation while flipped, the sprite becomes blurry. When idle, it is perfect. What can be the cause of the blurryness that occurs when animated+flipped? Link to comment Share on other sites More sharing options...
gingerbeardman Posted May 26, 2015 Share Posted May 26, 2015 What are the dimensions of your sprite and what scaling mode are you using? Link to comment Share on other sites More sharing options...
Deathspike Posted May 26, 2015 Author Share Posted May 26, 2015 The dimensions of my sprite are 32x32. The scaling mode is SHOW_ALL. Link to comment Share on other sites More sharing options...
Recommended Posts