From: Simon Cross Date: Sat, 10 Sep 2016 19:06:19 +0000 (+0200) Subject: Specify night length in hours. X-Git-Tag: tabakrolletjie-v1.0.0~56 X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=commitdiff_plain;h=efdaf970074e8c091e9387013e92f2e515966748 Specify night length in hours. --- diff --git a/tabakrolletjie/constants.py b/tabakrolletjie/constants.py index 6ddfd9f..0ea58f5 100644 --- a/tabakrolletjie/constants.py +++ b/tabakrolletjie/constants.py @@ -19,6 +19,8 @@ FPS = 30 # Night length in ticks NIGHT_LENGTH = 1500 +# Night length in hours +NIGHT_LENGTH_HOURS = 12 # Pymunk categories OBSTACLE_CATEGORY = 1 << 0