X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=tabakrolletjie%2Fconstants.py;h=6ddfd9fd01083bda88ae028072ba811a1df1c762;hb=880b5eb95bdeb5ab303e1530b14061e6df7f6d13;hp=5529b60693245f2ce269588263dc422194c6b6e7;hpb=9fcb41e6949ccb27107eb1a40d16c7d7722f8207;p=tabakrolletjie.git diff --git a/tabakrolletjie/constants.py b/tabakrolletjie/constants.py index 5529b60..6ddfd9f 100644 --- a/tabakrolletjie/constants.py +++ b/tabakrolletjie/constants.py @@ -15,7 +15,10 @@ FPS_FRAMES = 50 SCREEN_SIZE = (1024, 704) # Frame per second -FPS = 60 +FPS = 30 + +# Night length in ticks +NIGHT_LENGTH = 1500 # Pymunk categories OBSTACLE_CATEGORY = 1 << 0