gbusto / BrickBreak

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

Have Items Wait for all Animations to Complete Before Moving Them Down on the Screen #603

Open gbusto opened 5 years ago

gbusto commented 5 years ago

If a mystery block breaks as the final ball hits it, a new row generates, and items move down on the screen, the laser that shoots across the screen seems to hit the row above it without breaking those items. So have the scene wait until all mid-turn animations complete before moving items down.

gbusto commented 5 years ago

No good way to test this out for now. It doesn't seem like a big issue. Holding off on fixing this for now.