comparison gamelib/constants.py @ 93:350ce4ebe122

Detail view without any functionality.
author Jeremy Thurgood <firxen@gmail.com>
date Tue, 24 Aug 2010 00:43:32 +0200
parents 213e47dea4d0
children 65976205fc2d
comparison
equal deleted inserted replaced
92:642d84501fe3 93:350ce4ebe122
7 BITSIZE = -16 # unsigned 16 bit 7 BITSIZE = -16 # unsigned 16 bit
8 CHANNELS = 2 # 1 == mono, 2 == stereo 8 CHANNELS = 2 # 1 == mono, 2 == stereo
9 BUFFER = 1024 # audio buffer size in no. of samples 9 BUFFER = 1024 # audio buffer size in no. of samples
10 10
11 BUTTON_SIZE = 50 11 BUTTON_SIZE = 50
12 SCENE_SIZE = (SCREEN[0], SCREEN[1] - BUTTON_SIZE)
12 13
13 DEBUG = True 14 DEBUG = True