1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Adjust icons slightly

This commit is contained in:
Dean Herbert 2023-08-17 19:08:18 +09:00
parent 0858bef66e
commit 63080d049f

View File

@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Osu.Edit
() => new SpriteIcon { Icon = FontAwesome.Regular.Square }),
new RadioButton("Selection centre",
() => rotationInfo.Value = rotationInfo.Value with { Origin = RotationOrigin.SelectionCentre },
() => new SpriteIcon { Icon = FontAwesome.Solid.ObjectGroup })
() => new SpriteIcon { Icon = FontAwesome.Solid.VectorSquare })
}
}
}