|
your issue with blitz is a known and very crazy issue, see when you allow pixels to wrap around the screen, blitz has the game over bug because that game is known to draw below the screen for whatever strange reason, so you need to test for y being 32 i believe and if so, do not draw that line, should fix blitz and make it playable. whats happening is when it draws the level it draws part of it on the top of the screen where your play goes across and when it hits, you die.
|