-
Notifications
You must be signed in to change notification settings - Fork 17
Timer visually starts before the players can move #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The timer is reset back to 0 the moment the game starts so this is irrelevant. Don't close the issue tho, as neun seems not to be tracking that this needs to be fixed, as the times should not be shown (or kept at 0) before the game starts. |
Do you mean the keeping progress of gametime which counts up? |
I am just going to assume above is what you mean and this will be used to track that issue. If there is another bug, feel free to open another issue. |
I did not realize that, though it does make sense. Still, it was rather confusing to see it tick up. Feel free to rename the issue title to better describe what the intended behavior is. |
Fixed in 86ca12e |
The game timer currently starts counting down while the world isn't yet generated and players are in the lobby. It'd make more sense for it to start the moment players can start moving and breaking blocks.
The text was updated successfully, but these errors were encountered: