The game loop
It's time to create our good old ticker! The main loop will be in charge of collision detection, updating the points inside _lineContainer
, adjusting our _jet
particle system to our _rocket
sprite, and a few other things.
It's time to create our good old ticker! The main loop will be in charge of collision detection, updating the points inside _lineContainer
, adjusting our _jet
particle system to our _rocket
sprite, and a few other things.