mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:13:20 +08:00
Fix formatting
This commit is contained in:
parent
7d27406131
commit
8cca8861fa
@ -48,7 +48,13 @@ namespace osu.Game
|
||||
}
|
||||
}
|
||||
},
|
||||
new SpriteText {Text = meterName, Anchor = Anchor.BottomCentre,Origin = Anchor.BottomCentre,Position = new Vector2(0,-20)}
|
||||
new SpriteText
|
||||
{
|
||||
Text = meterName,
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Origin = Anchor.BottomCentre,
|
||||
Position = new Vector2(0,-20)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user