Make Triangles more flexible and more random.

This commit is contained in:
Dean Herbert
2016-12-01 18:53:13 +09:00
parent 6554a4ea58
commit 11f958030f
6 changed files with 97 additions and 50 deletions

View File

@ -27,6 +27,8 @@ namespace osu.Game.Overlays.Toolbar
{
DrawableText.Font = @"Exo2.0-MediumItalic";
Add(new OpaqueBackground { Depth = 1 });
Flow.Add(avatar = new Avatar());
}