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

Fix Camera Tweening When Paused #3098

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

lemz1
Copy link
Contributor

@lemz1 lemz1 commented Aug 8, 2024

LINKED ISSUES

Closes #3096
Read that issue for description

FIXES

When pausing on the exact frame a camera event gets played, the camera tween doesn't get paused.
This pr adds a check to see if the game is paused, if it is then it wont handle events, input, etc.

@lemz1 lemz1 changed the base branch from main to develop August 8, 2024 17:31
@lemz1
Copy link
Contributor Author

lemz1 commented Aug 8, 2024

for some reason hxformat added weird spaces in PlayState function comments, and only in PlayState.hx.
in all the other files, hxformat works fine

@EliteMasterEric EliteMasterEric added the status: pending triage The bug or PR has not been reviewed yet. label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending triage The bug or PR has not been reviewed yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug Report: Pausing the game can sometimes cause the camera to continue moving.
2 participants