Skip to content
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

Time issues #46

Open
Marisa-Chan opened this issue Sep 7, 2021 · 0 comments
Open

Time issues #46

Marisa-Chan opened this issue Sep 7, 2021 · 0 comments

Comments

@Marisa-Chan
Copy link
Owner

Ormu:

  1. it doesn't run in real time, I think it's a little bit faster. So if you use a stopwatch, you will get different result. At least part of this issue is due to using 1024 to define "millisecond" instead of 1000 (It's related to an oldschool code optimization trick)
  2. if you enter a completed level and beam out again, the counter is increased by the entire time ever spent on that level, i.e.
    -- play the level for the first time, spend 30 minutes, beam out
    -- the total counter is increased by 30 minutes
    -- enter that level again, spend 5 minutes, beam out
    -- the total counter is increased by 35 minutes
    -- you spent 35 minutes total on the level, but the counter was increased by 65 minutes.
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

No branches or pull requests

1 participant