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