Playtesting - Fixed bugs

This commit is contained in:
Daniel Xie
2017-04-19 16:39:25 -05:00
parent 9b408cb995
commit e2e0bba3c2
9 changed files with 104 additions and 35 deletions
+3
View File
@@ -28,6 +28,9 @@ CONSTANTS = {
MillisecondsPer8Hours: 28800000,
GameCyclesPer8Hours: 28800000 / 200,
MillisecondsPer4Hours: 14400000,
GameCyclesPer4Hours: 14400000 / 200,
MillisecondsPerHour: 3600000,
GameCyclesPerHour: 3600000 / 200,