Skip to content

Conversation

@peppy
Copy link
Member

@peppy peppy commented Apr 8, 2025

Closes #32615.

We'll see what mappers say to this. I'm guessing no one will complain as it makes the editor less busy with lighting flashes and combo counters.

Closes ppy#32615.

We'll see what mappers say to this. I'm guessing no one will complain as
it makes the editor less busy with lighting flashes and combo counters.
private readonly IBeatmapDifficultyInfo difficulty;

public CatchPlayfield(IBeatmapDifficultyInfo difficulty)
private readonly bool transferToCatcher;
Copy link
Collaborator

Choose a reason for hiding this comment

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

can this be an init property instead of a ctor boolean parameter? I really don't like the latter, they're horrible for readability

also needs better documentation

Comment on lines +115 to +116
if (transferToCatcher)
CatcherArea.OnNewResult((DrawableCatchHitObject)judgedObject, result);
Copy link
Collaborator

Choose a reason for hiding this comment

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

while it would be quite convenient if all this did was disable the catching animation, that is not the case. it also disables anything to do with hyperdashing. hyperdash trails are gone, catcher afterimage and red tint are gone. none of this is listed in the OP, so I don't know whether this was intended, and so I have to ask.

Copy link
Member Author

Choose a reason for hiding this comment

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

Probably needs more consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Very loud spikes in audio when pausing within the editor

2 participants