Remove texture from TrianglesV2

This commit is contained in:
Andrei Zavatski
2022-11-30 04:09:46 +03:00
parent c3b5b19c32
commit 3b13ca1167
3 changed files with 30 additions and 65 deletions

View File

@ -7,6 +7,7 @@ using osu.Framework.Graphics.Shapes;
using osuTK;
using osuTK.Graphics;
using osu.Game.Graphics.Backgrounds;
using osu.Framework.Graphics.Colour;
namespace osu.Game.Tests.Visual.Background
{
@ -42,8 +43,7 @@ namespace osu.Game.Tests.Visual.Background
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
ColourTop = Color4.White,
ColourBottom = Color4.Red
Colour = ColourInfo.GradientVertical(Color4.White, Color4.Red)
}
}
}