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
5
game.py
5
game.py
|
@ -200,8 +200,3 @@ def play(window):
|
||||||
|
|
||||||
pygame.display.update()
|
pygame.display.update()
|
||||||
clock.tick(FPS)
|
clock.tick(FPS)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)
|
|
||||||
initialise(None, None)
|
|
||||||
|
|
Reference in a new issue