Make triangles look better in many cases.

This commit is contained in:
Dean Herbert
2017-02-04 22:09:44 +09:00
parent 0fefa50b54
commit 57d97ba2e9
4 changed files with 27 additions and 10 deletions

View File

@ -69,6 +69,7 @@ namespace osu.Game.Beatmaps.Drawables
},
triangles = new Triangles
{
TriangleScale = 2,
RelativeSizeAxes = Axes.Both,
ColourLight = OsuColour.FromHex(@"3a7285"),
ColourDark = OsuColour.FromHex(@"123744")