mirror of
https://github.com/ppy/osu
synced 2024-12-26 00:32:52 +00:00
Remove unnecessary UsesFixedAnchor
specifications
This commit is contained in:
parent
7666e8b932
commit
3f20f05801
@ -37,8 +37,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
|
|||||||
text.FadeOut(200, Easing.InQuint);
|
text.FadeOut(200, Easing.InQuint);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
UsesFixedAnchor = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
|
@ -22,8 +22,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
|
|||||||
PopOutCountText.Anchor = Anchor.Centre;
|
PopOutCountText.Anchor = Anchor.Centre;
|
||||||
PopOutCountText.Origin = Anchor.Centre;
|
PopOutCountText.Origin = Anchor.Centre;
|
||||||
PopOutCountText.Colour = skin.GetManiaSkinConfig<Color4>(LegacyManiaSkinConfigurationLookups.ComboBreakColour)?.Value ?? Color4.Red;
|
PopOutCountText.Colour = skin.GetManiaSkinConfig<Color4>(LegacyManiaSkinConfigurationLookups.ComboBreakColour)?.Value ?? Color4.Red;
|
||||||
|
|
||||||
UsesFixedAnchor = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
|
Loading…
Reference in New Issue
Block a user