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

@@ -14,6 +14,7 @@ from state import BaseState, VALID_STATES
import actor
import game
import particle
from constants import DEBUG
class IntroState(BaseState):
def __init__(self):