mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user