Skip to content

Make Target Practice incompatible with Grow and Deflate#38062

Open
AndiTafel wants to merge 2 commits into
ppy:masterfrom
AndiTafel:target-practice
Open

Make Target Practice incompatible with Grow and Deflate#38062
AndiTafel wants to merge 2 commits into
ppy:masterfrom
AndiTafel:target-practice

Conversation

@AndiTafel

Copy link
Copy Markdown

Target Practice already makes hit circles grow as they fade in, so I don't think being able to use TPGR or TPDF makes sense. (TPDF cancels out the grow effect and replaces it with the deflate animation.)

In fact, there is a class OsuModObjectScaleTween for mods which adjust the size of hit objects during their fade in animation. At first I thought OsuModTargetPractice should inherit from this, as it is a mod which does that, but then it would have to have a Starting Size setting and be a Fun mod and I guess thats not intended.

So instead I just made OsuModTargetPractice and OsuModObjectScaleTween incompatible (OsuModGrow and OsuModDeflate are (currently) the only subclasses of OsuModObjectScaleTween).

@bdach bdach added area:mods subjective PRs with subjective changes which have not been discussed prior. Need team consensus to proceed. ruleset/osu! labels Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:mods ruleset/osu! size/XS subjective PRs with subjective changes which have not been discussed prior. Need team consensus to proceed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants