comparison nagslang/constants.py @ 448:044b53eb22df

DEBUG: Command line starting area and point
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 07 Sep 2013 15:04:39 +0200
parents 547320870aed
children 803d53c86f7f
comparison
equal deleted inserted replaced
447:f12eae3dc2e8 448:044b53eb22df
5 5
6 DEFAULTS = dict( 6 DEFAULTS = dict(
7 debug=False, 7 debug=False,
8 sound=True, 8 sound=True,
9 music=True, 9 music=True,
10 # Debug starting position:
11 area=None,
12 point=None,
10 ) 13 )
11 14
12 # Sound constants 15 # Sound constants
13 FREQ = 44100 # same as audio CD 16 FREQ = 44100 # same as audio CD
14 BITSIZE = -16 # unsigned 16 bit 17 BITSIZE = -16 # unsigned 16 bit