diff mamba/constants.py @ 39:3ab5097e8757

Refactor options.
author Simon Cross <hodgestar@gmail.com>
date Sun, 11 Sep 2011 15:03:56 +0200
parents 236de980209a
children 1b725035b8ef
line wrap: on
line diff
--- a/mamba/constants.py	Sun Sep 11 14:57:11 2011 +0200
+++ b/mamba/constants.py	Sun Sep 11 15:03:56 2011 +0200
@@ -3,13 +3,13 @@
 SCREEN = (800, 600)
 
 # Sound constants
-SCREEN = (800, 600)
 FREQ = 44100   # same as audio CD
 BITSIZE = -16  # unsigned 16 bit
 CHANNELS = 2   # 1 == mono, 2 == stereo
 BUFFER = 1024  # audio buffer size in no. of samples
 
 DEFAULTS = {
+    'debug': False,
     'sound': True,
     'level': None,
     'edit': False,