Why is my image pushed to a sprite blurry? #2186
-
I've been experimenting with transparent sprites and I have a problem. When I push a normal image to my background sprite it becomes blurry, when I push a transparent sprite it look fine. On the left is the normal image and the right is the transparent sprite. Can this be fixed? Or will it only look right as a sprite?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This may be because the circle.h file contains an anti-aliased image. Post that header so I can see hwat is happening. |
Beta Was this translation helpful? Give feedback.
-
The image does appear to be antialiased with a white background, this means it will only look correct on a white background. If circles is what you need, then there are functions to do this. |
Beta Was this translation helpful? Give feedback.
This may be because the circle.h file contains an anti-aliased image. Post that header so I can see hwat is happening.