Created the constants.py file. Removed NotValidState.

This commit is contained in:
2013-01-10 17:10:35 -04:30
parent b95d1a8bdf
commit 8d92faa278
4 changed files with 4 additions and 40 deletions

View File

@@ -13,9 +13,7 @@ from menu import MenuState
from ingame import InGameState
from score import ScoreState
from notvalidstate import NotValidState
# Debug constant. Set to False to turn off debugging messages.
DEBUG = False
from constants import DEBUG
# The Game class implements the state machine of the game and
# runs the main game loop.