comparison gamelib/constants.py @ 70:213e47dea4d0

Funkier cursor handling
author Neil Muller <neil@dip.sun.ac.za>
date Mon, 23 Aug 2010 20:54:04 +0200
parents 158a13a48d48
children 350ce4ebe122
comparison
equal deleted inserted replaced
69:d4bbb26099cc 70:213e47dea4d0
1 # Useful constants 1 # Useful constants
2 # copyright boomslang team (see COPYRIGHT file for details) 2 # copyright boomslang team (see COPYRIGHT file for details)
3
3 4
4 SCREEN = (800, 600) 5 SCREEN = (800, 600)
5 FREQ = 44100 # same as audio CD 6 FREQ = 44100 # same as audio CD
6 BITSIZE = -16 # unsigned 16 bit 7 BITSIZE = -16 # unsigned 16 bit
7 CHANNELS = 2 # 1 == mono, 2 == stereo 8 CHANNELS = 2 # 1 == mono, 2 == stereo