Shapes namespace

Depends on https://github.com/ppy/osu-framework/pull/837
This commit is contained in:
paparony03
2017-06-20 15:54:23 +10:00
parent ee2c649971
commit 62dee59672
110 changed files with 114 additions and 82 deletions

View File

@ -6,7 +6,7 @@ using OpenTK.Graphics;
using osu.Game.Overlays;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Shapes;
namespace osu.Game.Screens.Play
{
@ -25,7 +25,8 @@ namespace osu.Game.Screens.Play
Fill.RelativeSizeAxes = Axes.X;
Fill.Height = barHeight;
Add(new Box
Add(new
Box
{
Name = "Background",
Anchor = Anchor.BottomLeft,