__author__ = 'justinarmstrong' import pygame as pg """Constants used throughout the game""" ##GAME STATES""" TOWN = 'town' MAIN_MENU = 'main menu' ##Colors BLACK = (0, 0, 0) NEAR_BLACK = (1, 0, 0) WHITE = (255, 255, 255)