mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
CatchSkinConfiguration -> CatchSkinColour
This commit is contained in:
@ -64,8 +64,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
|
||||
});
|
||||
|
||||
var hyperDashColour =
|
||||
skin.GetConfig<CatchSkinConfiguration, Color4>(CatchSkinConfiguration.HyperDashFruit)?.Value ??
|
||||
skin.GetConfig<CatchSkinConfiguration, Color4>(CatchSkinConfiguration.HyperDash)?.Value ??
|
||||
skin.GetConfig<CatchSkinColour, Color4>(CatchSkinColour.HyperDashFruit)?.Value ??
|
||||
skin.GetConfig<CatchSkinColour, Color4>(CatchSkinColour.HyperDash)?.Value ??
|
||||
Catcher.DefaultHyperDashColour;
|
||||
|
||||
if (hitObject.HyperDash)
|
||||
|
Reference in New Issue
Block a user