Files
Super-HUGS-Revolution-98/constants.py

10 lines
310 B
Python

############################################
# Created on 1-10-2013. Miguel Angel Astor #
############################################
# Debug constant. Set to False to turn off debugging messages.
DEBUG = False
# Number of players in the game. Should always be greater than or equal to one.
NUM_PLAYERS = 1