Pushing transparent rotated sprite changes color? #2754
Unanswered
NerdyCrafter
asked this question in
Q&A - Sprites
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an issue using swap bytes in conjunction with multiple sprites. I tried creating a sprite to use as a background, then I push a rotated transparent image sprite to the background sprite. The problem is when I only use the swap byte true function for the background sprite the image sprite is the wrong color(blue, supposed to be red). When I use it on both the background sprite and the image sprite, the image sprite is red but appears blurry on the edges.
Also I wanted to use the sprite to push both as rotated and pushed to background normally. This creates the problem where either the pushed sprite is the wrong color or the rotated pushed sprite is the wrong color. Is there a way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions