Playtesting- fixed bugs

This commit is contained in:
Daniel Xie
2017-04-19 00:02:40 -05:00
parent 77f386d14a
commit 650bdf1f3f
7 changed files with 36 additions and 16 deletions
+3
View File
@@ -22,6 +22,9 @@ CONSTANTS = {
MillisecondsPer20Hours: 72000000,
GameCyclesPer20Hours: 72000000 / 200,
MillisecondsPer10Hours: 36000000,
GameCyclesPer10Hours: 36000000 / 200,
MillisecondsPer8Hours: 28800000,
GameCyclesPer8Hours: 28800000 / 200,