gbusto / BrickBreak

An attempt to make a game like "Ballz" or "Bricks and Balls".
1 stars 0 forks source link

Fixed discrepancy between ball count and hit count #619

Closed gbusto closed 4 years ago

gbusto commented 4 years ago

Fixed it by having both the scene and item generator update based on the count of the ball array.

Resolves #609