comparison gamelib/constants.py @ 147:3d24b18d1785

Screen size back to 800x600.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 11 May 2012 16:29:39 +0200
parents 821ecb98e888
children 80cce62f29fb
comparison
equal deleted inserted replaced
146:2587f8c34f84 147:3d24b18d1785
1 # The usual game constants 1 # The usual game constants
2 2
3 WIDTH = 1024 3 WIDTH = 800
4 HEIGHT = 768 4 HEIGHT = 600
5 SCREEN = (WIDTH, HEIGHT) 5 SCREEN = (WIDTH, HEIGHT)
6 FPS = 30 6 FPS = 30
7 7
8 # Sound related (standard options) 8 # Sound related (standard options)
9 FREQ = 44100 9 FREQ = 44100