jrhunger / 2600-digits

0 stars 0 forks source link

Fix scoreboard collide #18

Closed jrhunger closed 3 years ago

jrhunger commented 3 years ago

closes #5 This is kind of a hack. The sprite is 9 lines (of which the last one is blank), so comparing with 9 and setting to 8 should be fine, but (i think due to timing issues on the left side of the screen) i had to make it 11 and 10 before it worked properly.

A real fix will come when fixing the sprite drawing timing issues.