Enter Boyd, from not exactly stage left.
[tabakrolletjie.git] / tabakrolletjie / constants.py
index d5aebb68043ae3d73a18ac2e35371b540c3c0cae..5acf89aa9fb83519d9aec53157076357cff2adc2 100644 (file)
@@ -3,6 +3,9 @@
 
 TITLE = "Space Turnips"
 
+# Debug
+DEBUG = False
+
 # 704 is 768 minus space for window decorations :)
 SCREEN_SIZE = (1024, 704)
 
@@ -12,3 +15,4 @@ FPS = 60
 # Pymunk categories
 OBSTACLE_CATEGORY = 1 << 0
 LIGHT_CATEGORY = 1 << 1
+MOULD_CATEGORY = 1 << 2