Change target FPS and rescale things to match
[tabakrolletjie.git] / tabakrolletjie / constants.py
index 9e1089281760df2c5782a480faddefae922fa371..6ddfd9fd01083bda88ae028072ba811a1df1c762 100644 (file)
@@ -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