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

Pause screen won't pause the zombies #1

Closed
JoeSiu opened this issue Nov 26, 2020 · 4 comments
Closed

Pause screen won't pause the zombies #1

JoeSiu opened this issue Nov 26, 2020 · 4 comments
Labels
bug Something isn't working

Comments

@JoeSiu
Copy link
Owner

JoeSiu commented Nov 26, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

@JoeSiu JoeSiu added the bug Something isn't working label Nov 26, 2020
@JoeSiu
Copy link
Owner Author

JoeSiu commented Nov 26, 2020

print the zombie[0] px py during pause screen and see if it changes

@JoeSiu
Copy link
Owner Author

JoeSiu commented Dec 1, 2020

print the zombie[0] px py during pause screen and see if it changes

seems zombie is indeed paused, but pop to new position when unpause

@JoeSiu JoeSiu closed this as completed Dec 8, 2020
@JoeSiu
Copy link
Owner Author

JoeSiu commented Dec 8, 2020

Fixed. caused by get delta time

@JoeSiu
Copy link
Owner Author

JoeSiu commented Dec 9, 2020

Refixed again by changing the fpsTimer and capTimer to systemTimer and deltaTimer, and use systemTimer for pop up, deltaTimer for moving object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant