X-Git-Url: https://git.yukkurigames.com/?p=python-bulletml.git;a=blobdiff_plain;f=bulletml-runner;h=c08e3d8b0761e8958423157ffff8b4e763102cbf;hp=fc49988296b8d92a0d4aff88a6d66a0f2c122187;hb=dc109fda65b9b15d479a80bb7e3a766074ff361e;hpb=9b5018cadee8ae1f5599b20095f47e4fa8b0bcc0 diff --git a/bulletml-runner b/bulletml-runner index fc49988..c08e3d8 100755 --- a/bulletml-runner +++ b/bulletml-runner @@ -98,15 +98,6 @@ def main(argv): clock.tick(60) - for event in pygame.event.get(): - if event.type == pygame.QUIT: - raise SystemExit - elif event.type == pygame.KEYDOWN: - if event.key == pygame.K_SPACE: - paused ^= True - elif event.key == pygame.K_RIGHT: - go = True - print " Finished: %04d: %d bullets." % (frames, total) if __name__ == "__main__":