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

General changes to touch related hitobjects #672

Merged
merged 4 commits into from
Mar 6, 2025
Merged

Conversation

LumpBloom7
Copy link
Owner

This is a compilation of multiple related changes. Refer to the commits for specifics.

Input handling of touch notes was managed by their hosting playfield.
This was done in order to prevent drag hits from hitting multiple
touches at the same time.

At some point, it was decided that it didn't feel good, and removed that
capability. This meant that TouchPlayfield no longer needs to manage the
inputs.
This prevents players from hitting multiple touchholds without lifting their fingers.
As long as a segment is not considered hittable, any inputs targeting
the segment will be ignored.

Even if it becomes hittable later, the player will need to perform the
appropriate inputs again.
@LumpBloom7 LumpBloom7 added the tweak A minor change to an existing feature label Mar 3, 2025
No longer provides any use
@LumpBloom7 LumpBloom7 merged commit 09e9e4f into master Mar 6, 2025
3 checks passed
@LumpBloom7 LumpBloom7 deleted the RE-TouchHandling branch March 6, 2025 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tweak A minor change to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant