Skip to content

[BUGFIX] Fix Combo Drop animations when missing notes or dropping hold notes #4968

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

VioletSnowLeopard
Copy link
Contributor

Does this PR close any issues? If so, link them below.

Fixes #4964

Briefly describe the issue(s) fixed.

The girlfriend character would not play the combo drop animation if the note was completely missed or if a hold note was dropped. This happened because the events weren't being sent the correct current combo count. The note miss event was always sending a value of 0 for the current combo count, while the hold note event didn't have a parameter to send the combo count.

This PR fixes this issue for note misses by sending the current combo count into the note miss event instead of 0. For hold notes, comboCount was added as a parameter to the script event, and the current combo count is passed into it when a hold note is dropped.

Include any relevant screenshots or videos.

Missing a note:

note-miss.mp4

Dropping a hold note:

hold-note-drop.mp4

@github-actions github-actions bot added pr: haxe PR modifies game code. size: small A small pull request with 10 or fewer changes. status: pending triage Awaiting review. labels May 3, 2025
@Hundrec Hundrec added type: minor bug Involves a minor bug or issue. topic: art and animation Related to visual errors in the game. labels May 3, 2025
@Hundrec
Copy link
Collaborator

Hundrec commented May 3, 2025

Nice and simple!

Copy link
Collaborator

@Hundrec Hundrec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@EliteMasterEric EliteMasterEric added size: small A small pull request with 10 or fewer changes. and removed size: small A small pull request with 10 or fewer changes. labels May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: haxe PR modifies game code. size: small A small pull request with 10 or fewer changes. status: pending triage Awaiting review. topic: art and animation Related to visual errors in the game. type: minor bug Involves a minor bug or issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants