gbusto / BrickBreak

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

Schedule Timer Bug When Unpausing Game #645

Open gbusto opened 4 years ago

gbusto commented 4 years ago

When unpausing the game while balls were firing, the timer just launches the rest of them all at the same time. It gets kind of messed up. The only reason we use the scheduled timer is because we want to make the balls fire faster when the user swipes right. Otherwise balls will fire at the same speed regardless of the simulation speed.