Skip to content

Reduce GAME_TIME_MS from 10 hours to 10 minutes - #382

Open
muhammadmaaz-2k5 wants to merge 1 commit into
code100x:mainfrom
muhammadmaaz-2k5:patch-1
Open

Reduce GAME_TIME_MS from 10 hours to 10 minutes#382
muhammadmaaz-2k5 wants to merge 1 commit into
code100x:mainfrom
muhammadmaaz-2k5:patch-1

Conversation

@muhammadmaaz-2k5

Copy link
Copy Markdown

Timer constant bug — GAME_TIME_MS = 1060601000 in Game.ts = 10 hours, should be 1060*1000 (10 min)

Timer constant bug — GAME_TIME_MS = 10*60*60*1000 in Game.ts  = 10 hours, should be 10*60*1000 (10 min)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant