comparison gamelib/constants.py @ 68:158a13a48d48

Show interact rectangles when constants.DEBUG is True.
author Simon Cross <hodgestar+bzr@gmail.com>
date Mon, 23 Aug 2010 20:34:38 +0200
parents 3d460c1274ee
children 213e47dea4d0
comparison
equal deleted inserted replaced
67:6b0f7364f3bf 68:158a13a48d48
6 BITSIZE = -16 # unsigned 16 bit 6 BITSIZE = -16 # unsigned 16 bit
7 CHANNELS = 2 # 1 == mono, 2 == stereo 7 CHANNELS = 2 # 1 == mono, 2 == stereo
8 BUFFER = 1024 # audio buffer size in no. of samples 8 BUFFER = 1024 # audio buffer size in no. of samples
9 9
10 BUTTON_SIZE = 50 10 BUTTON_SIZE = 50
11
12 DEBUG = True