Tested the BulletActor class.

This commit is contained in:
2013-01-09 22:19:29 -04:30
parent 453584c7f6
commit 268aed0279
3 changed files with 52 additions and 20 deletions

View File

@@ -14,8 +14,8 @@ from ingame import InGameState
from score import ScoreState
from notvalidstate import NotValidState
# Debug constant. Comment to turn off debugging messages.
DEBUG = True
# Debug constant. Set to False to turn off debugging messages.
DEBUG = False
# The Game class implements the state machine of the game and
# runs the main game loop.