We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c4c9f6 + 765ceaf commit b8ca380Copy full SHA for b8ca380
projects/build-pong-with-pygame/main.py
@@ -87,7 +87,6 @@ def main():
87
if event.key == pygame.K_SPACE:
88
started = True
89
90
- continue
91
92
'''
93
get the time elapse between now and the last frame
0 commit comments