removed testing code for game-only startup
This commit is contained in:
parent
ae52af7426
commit
d61d4ca0ec
1 changed files with 1 additions and 6 deletions
7
game.py
7
game.py
|
@ -199,9 +199,4 @@ def play(window):
|
|||
value[0] -= 1
|
||||
|
||||
pygame.display.update()
|
||||
clock.tick(FPS)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)
|
||||
initialise(None, None)
|
||||
clock.tick(FPS)
|
Reference in a new issue