Log In  

Cart #mukurupiju-0 | 2019-10-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#68550 2019-10-06 00:35

You've maybe done it on purpose, letting the ball go to the same col. as the background, but if you didn't want that you could put somewhere near line 214:

if (col==0) col=15

If you don't want to be that generous, you could still give the player more of a chance to see it by adding in a small variation to the background. Instead of cls() at line 228 you could try something like:

 fillp(0b0000011001100000)
 rectfill(0,0,127,127,0x05)
 fillp()

(Code untested because I'm not at a computer with pico-8 on it - if fillp() doesn't cancel the other fill pattern, use fillp(0b0000000000000000) instead.)

P#68559 2019-10-06 08:05

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 22:03:48 | 0.012s | Q:18