constants
index
/home/gerrit/cvs/brian/constants.py

# $Id: constants.html,v 1.10 2003/06/16 21:32:57 gerrit Exp $

 
Modules
       
pygame

 
Data
        COLLISION = 25
GRIDSIZE = 300
__all__ = ['COLLISION', 'globalkeys', 'userkeys', 'GRIDSIZE']
globalkeys = {'end': 'escape', 'pause': 'p', 'save': 's', 'shot': 'k'}
randinfo = {'Bear': (0, 200, 25), 'Lolly': (0, 200, 100), 'NormalExit': (1, 20, 3), 'Scary': (0, 200, 50), 'SimpleFire': (0, 100, 20), 'SimpleWall': ((0, (50, 40)), (400, (500, 50)), (100, (250, 45))), 'border': (5, 100, 50), 'size': ((100, 100), (4000, 4000), (3000, 2000))}
resolutions = {'high': (1024, 768), 'highest': (1600, 1200), 'low': (640, 480), 'lowest': (320, 200), 'normal': (800, 600), 'veryhigh': (1280, 1024)}
speedup = True
userkeys = [{'jump': 'up', 'moveleft': 'left', 'moveright': 'right', 'shoot': 'space'}, {'jump': 'comma', 'moveleft': 'a', 'moveright': 'e', 'shoot': 'o'}]