Align SwellSymbolPiece better for rotation.

This commit is contained in:
Dean Herbert 2017-03-31 11:19:33 +09:00
parent 52ab445f99
commit b48def1627
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -15,6 +15,7 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable.Pieces
{
Anchor = Anchor.Centre;
Origin = Anchor.Centre;
UseFullGlyphHeight = true;
TextSize = CirclePiece.SYMBOL_INNER_SIZE;
Icon = FontAwesome.fa_asterisk;
Shadow = false;