Add turnips to the space and check for collisions when planting them
[tabakrolletjie.git] / tabakrolletjie / constants.py
index 380c27780a3e3672dcaf4c40a1d6731c633f206f..66150336c4e0120bcadf741ac5a8c154e132c77c 100644 (file)
@@ -22,10 +22,12 @@ OBSTACLE_CATEGORY = 1 << 0
 LIGHT_CATEGORY = 1 << 1
 MOULD_CATEGORY = 1 << 2
 FITTINGS_CATEGORY = 1 << 3
+TURNIP_CATEGORY = 1 << 4
 
 # Font definitions
 FONTS = {
     'sans': 'DejaVuSans.ttf',
+    'bold': 'DejaVuSans-Bold.ttf',
 }
 
 # Sound stuff