projects
/
tabakrolletjie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01cc819
)
Specify night length in hours.
author
Simon Cross
<hodgestar@gmail.com>
Sat, 10 Sep 2016 19:06:19 +0000
(21:06 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Sat, 10 Sep 2016 19:06:19 +0000
(21:06 +0200)
tabakrolletjie/constants.py
patch
|
blob
|
history
diff --git
a/tabakrolletjie/constants.py
b/tabakrolletjie/constants.py
index 6ddfd9fd01083bda88ae028072ba811a1df1c762..0ea58f52a260aba732d68e84a8f8be7b2652bf0a 100644
(file)
--- a/
tabakrolletjie/constants.py
+++ b/
tabakrolletjie/constants.py
@@
-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