Reverse a Sprite without editing?

Well, it matters on what you mean by performance.
Maybe making copies of your sprites mirrored would make it run just a tiny bit better because it wouldn’t have to scale anything and would be able to just copy it onto the screen as-is - but that would also obviously eat up some more RAM, and would be harder to manage than just straight up drawing the sprite mirrored.

3 Likes