seanmtracey / Games-with-Pygame

The code for my "Making games with PyGame" series for Raspberry Pi's The MagPi.
https://smt.codes/writings
85 stars 71 forks source link

x2 clock.tick in Part 10 #13

Closed danielhp02 closed 7 years ago

danielhp02 commented 7 years ago

In aliens.py (Part 10), there is GAME_TIME.Clock().tick(30) at the top of the 'main' loop and clock.tick(60) at the bottom. Could you please remove one as it's a bit confusing. Thanks!

seanmtracey commented 7 years ago

Gosh, you're right! Must be a leftover from my debugging. Will have rectified this evening.