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