From 0ca147815505a467673dcb0d2507e30e7e69cbe1 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Tue, 6 Sep 2016 21:43:42 +0200 Subject: [PATCH] Add fitings category. --- tabakrolletjie/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tabakrolletjie/constants.py b/tabakrolletjie/constants.py index 378003b..92a7c6f 100644 --- a/tabakrolletjie/constants.py +++ b/tabakrolletjie/constants.py @@ -18,3 +18,4 @@ FPS = 60 OBSTACLE_CATEGORY = 1 << 0 LIGHT_CATEGORY = 1 << 1 MOULD_CATEGORY = 1 << 2 +FITTINGS_CATEGORY = 1 << 3 -- 2.34.1