diff 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
line wrap: on
line diff
--- a/gamelib/constants.py	Mon Aug 23 20:18:29 2010 +0200
+++ b/gamelib/constants.py	Mon Aug 23 20:34:38 2010 +0200
@@ -8,3 +8,5 @@
 BUFFER = 1024  # audio buffer size in no. of samples
 
 BUTTON_SIZE = 50
+
+DEBUG = True