11-15-2022, 02:33 AM
And, don't forget, _PUTIMAGE can be used to invert and flip images.
For example, read from left to right (0,0) - (_WIDTH, _HEIGHT) as the source, and then put it to the screen right to left (_WIDTH, _HEIGHT) - (0,0).
It won't rotate images (for that, you need to use _MAP TRIANGLE), but it can be used fairly easy to mirror them.
For example, read from left to right (0,0) - (_WIDTH, _HEIGHT) as the source, and then put it to the screen right to left (_WIDTH, _HEIGHT) - (0,0).
It won't rotate images (for that, you need to use _MAP TRIANGLE), but it can be used fairly easy to mirror them.