Specify night length in hours.
authorSimon Cross <hodgestar@gmail.com>
Sat, 10 Sep 2016 19:06:19 +0000 (21:06 +0200)
committerSimon Cross <hodgestar@gmail.com>
Sat, 10 Sep 2016 19:06:19 +0000 (21:06 +0200)
tabakrolletjie/constants.py

index 6ddfd9fd01083bda88ae028072ba811a1df1c762..0ea58f52a260aba732d68e84a8f8be7b2652bf0a 100644 (file)
@@ -19,6 +19,8 @@ FPS = 30
 
 # Night length in ticks
 NIGHT_LENGTH = 1500
+# Night length in hours
+NIGHT_LENGTH_HOURS = 12
 
 # Pymunk categories
 OBSTACLE_CATEGORY = 1 << 0