Closed IamBeardo closed 4 years ago
min(127, max(-127, int(self.x * speed))) & 255
the lower boundary should be -128.
min(127, max(-128, int(self.x * speed))) & 255
I got my own code working thanks to your last update - good inspiration, thanks!
the lower boundary should be -128.
I got my own code working thanks to your last update - good inspiration, thanks!