Revert misordered drawable order

This will completely change the visual appearance of this control... not
sure why it was changed.
This commit is contained in:
Dean Herbert 2023-02-02 16:25:23 +09:00
parent eb62ba09aa
commit ffbaf453f8
1 changed files with 7 additions and 7 deletions

View File

@ -77,13 +77,6 @@ private void load(TaikoInputManager taikoInputManager, TaikoRulesetConfigManager
Origin = Anchor.BottomRight,
X = -2,
},
leftCentre = new DrumSegment(TaikoAction.LeftCentre)
{
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomRight,
X = -2,
Scale = new Vector2(centre_region),
},
rightRim = new DrumSegment(TaikoAction.RightCentre)
{
Anchor = Anchor.BottomCentre,
@ -91,6 +84,13 @@ private void load(TaikoInputManager taikoInputManager, TaikoRulesetConfigManager
X = 2,
Rotation = 90,
},
leftCentre = new DrumSegment(TaikoAction.LeftCentre)
{
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomRight,
X = -2,
Scale = new Vector2(centre_region),
},
rightCentre = new DrumSegment(TaikoAction.RightRim)
{
Anchor = Anchor.BottomCentre,