1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 11:03:21 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Objects/Drawables
Dean Herbert 94f4268ae5 Fix object dim being applied to approach circles
Fixes half of https://github.com/ppy/osu/issues/24956.

The other half is high effort. The number portion is nested deeply and
with reason - depending on skin setting it changes the visual order.

I'm not sure how to fix that one, but I also think it's weird behaviour
and if people don't complain, it's probably fine to just dim the number
for consistency.

That said, the approach circle is an important one to ensure it matches
1:1, so I've fixed that here.
2023-09-29 18:23:23 +09:00
..
Connections Automated pass 2023-06-24 01:00:03 +09:00
DrawableHitCircle.cs Fix object dim being applied to approach circles 2023-09-29 18:23:23 +09:00
DrawableOsuHitObject.cs Fix object dim being applied to approach circles 2023-09-29 18:23:23 +09:00
DrawableOsuJudgement.cs Fix SkinnableLighting showing up as a user placeable component 2023-02-17 18:24:05 +09:00
DrawableSlider.cs Fix object dim being applied to approach circles 2023-09-29 18:23:23 +09:00
DrawableSliderBall.cs Simplify some maximum size specs 2023-09-20 12:48:15 +09:00
DrawableSliderHead.cs Remove slider head circle movement (and remove setting from "classic" mod) 2023-09-14 17:49:41 +09:00
DrawableSliderRepeat.cs Simplify some maximum size specs 2023-09-20 12:48:15 +09:00
DrawableSliderTail.cs Simplify some maximum size specs 2023-09-20 12:48:15 +09:00
DrawableSliderTick.cs Simplify some maximum size specs 2023-09-20 12:48:15 +09:00
DrawableSpinner.cs Rename variable 2023-09-12 20:51:22 +09:00
DrawableSpinnerBonusTick.cs Automated pass 2023-06-24 01:00:03 +09:00
DrawableSpinnerTick.cs Move MaximumJudgementOffset to HitObject 2023-01-19 21:23:55 +09:00
IRequireTracking.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
ITrackSnaking.cs Automated pass 2023-06-24 01:00:03 +09:00
SkinnableLighting.cs Fix SkinnableLighting showing up as a user placeable component 2023-02-17 18:24:05 +09:00