X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=tabakrolletjie%2Fconstants.py;h=9e1089281760df2c5782a480faddefae922fa371;hb=37b6c8bf03ac7d9ffbb880d8afe64d5f1937d29a;hp=5529b60693245f2ce269588263dc422194c6b6e7;hpb=9fcb41e6949ccb27107eb1a40d16c7d7722f8207;p=tabakrolletjie.git diff --git a/tabakrolletjie/constants.py b/tabakrolletjie/constants.py index 5529b60..9e10892 100644 --- a/tabakrolletjie/constants.py +++ b/tabakrolletjie/constants.py @@ -17,6 +17,9 @@ SCREEN_SIZE = (1024, 704) # Frame per second FPS = 60 +# Night length in ticks +NIGHT_LENGTH = 3000 + # Pymunk categories OBSTACLE_CATEGORY = 1 << 0 LIGHT_CATEGORY = 1 << 1