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

[BUGFIX] Fix Force Animations in GameOverSubState #2891

Closed
wants to merge 3 commits into from

Conversation

anysad
Copy link
Contributor

@anysad anysad commented Jun 23, 2024

Before:

before.mp4

After:

after.mp4

@EliteMasterEric EliteMasterEric added type: minor bug Involves a minor bug or issue. status: pending triage The bug or PR has not been reviewed yet. labels Jun 23, 2024
@Hundrec
Copy link
Contributor

Hundrec commented Jun 23, 2024

Wow, this was surprisingly easy to fix. Thank you!

@EliteMasterEric EliteMasterEric added status: reviewing internally This PR is under internal review and quality assurance testing small A small pull request with 10 or fewer changes and removed status: pending triage The bug or PR has not been reviewed yet. labels Jul 10, 2024
@EliteMasterEric EliteMasterEric deleted the branch FunkinCrew:develop July 12, 2024 01:00
@Hundrec
Copy link
Contributor

Hundrec commented Oct 24, 2024

I suppose they fixed this issue internally. Do you know what they changed to fix it?

@AbnormalPoof
Copy link
Contributor

I suppose they fixed this issue internally. Do you know what they changed to fix it?

boyfriend = PlayState.instance.currentStage.getBoyfriend(true);
+ boyfriend.canPlayOtherAnims = true;
boyfriend.isDead = true;

@anysad
Copy link
Contributor Author

anysad commented Oct 26, 2024

fixed ig

@anysad anysad closed this Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small A small pull request with 10 or fewer changes status: reviewing internally This PR is under internal review and quality assurance testing type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants