Merge branch 'master' of git://github.com/ppy/osu into most-played-beatmaps-section

This commit is contained in:
jorolf
2017-11-29 23:09:04 +01:00
97 changed files with 1878 additions and 681 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Tests.Visual
Add(container = new ExampleContainer());
AddStep(@"Add button", () => container.Add(new OsuButton
AddStep(@"Add button", () => container.Add(new TriangleButton
{
RelativeSizeAxes = Axes.X,
Text = @"Button",