comparison nagslang/constants.py @ 454:803d53c86f7f

Don't show debugging shapes by default in DEBUG mode
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 07 Sep 2013 15:23:39 +0200
parents 044b53eb22df
children e65d59081bdd
comparison
equal deleted inserted replaced
453:12c71124bbca 454:803d53c86f7f
3 FONT = 'DejaVuSans.ttf' 3 FONT = 'DejaVuSans.ttf'
4 FONT_SIZE = 16 4 FONT_SIZE = 16
5 5
6 DEFAULTS = dict( 6 DEFAULTS = dict(
7 debug=False, 7 debug=False,
8 shapes=False,
9
8 sound=True, 10 sound=True,
9 music=True, 11 music=True,
10 # Debug starting position: 12 # Debug starting position:
11 area=None, 13 area=None,
12 point=None, 14 point=None,