Add performance debugging for lights.
[tabakrolletjie.git] / tabakrolletjie / constants.py
index d5aebb68043ae3d73a18ac2e35371b540c3c0cae..8e6bac7d4ba92dacb82cd72f5ee83e98e967e57f 100644 (file)
@@ -3,6 +3,9 @@
 
 TITLE = "Space Turnips"
 
+# Debug
+DEBUG = False
+
 # 704 is 768 minus space for window decorations :)
 SCREEN_SIZE = (1024, 704)