comparison gamelib/constants.py @ 48:a2980cc9a060

Factor out some constants
author Neil Muller <drnlmuller@gmail.com>
date Mon, 07 May 2012 21:23:54 +0200
parents
children a253fae32a6f
comparison
equal deleted inserted replaced
47:3e3bed2ce248 48:a2980cc9a060
1 # The usual game constants
2
3 WIDTH = 800
4 HEIGHT = 600
5 SCREEN = (WIDTH, HEIGHT)
6 FPS = 30