File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 6
6
using System . Threading . Tasks ;
7
7
using osu . Framework . Allocation ;
8
8
using osu . Framework . Graphics ;
9
- using osu . Framework . Graphics . Colour ;
10
- using osu . Framework . Graphics . Shapes ;
11
9
using osu . Framework . Graphics . Sprites ;
12
10
using osu . Framework . Logging ;
13
11
using osu . Game ;
14
12
using osu . Game . Graphics ;
15
13
using osu . Game . Overlays ;
16
14
using osu . Game . Overlays . Notifications ;
17
15
using osuTK ;
18
- using osuTK . Graphics ;
19
16
using Squirrel ;
20
17
using Squirrel . SimpleSplat ;
21
18
@@ -177,17 +174,11 @@ private void load(OsuColour colours)
177
174
{
178
175
IconContent . AddRange ( new Drawable [ ]
179
176
{
180
- new Box
181
- {
182
- RelativeSizeAxes = Axes . Both ,
183
- Colour = ColourInfo . GradientVertical ( colours . YellowDark , colours . Yellow )
184
- } ,
185
177
new SpriteIcon
186
178
{
187
179
Anchor = Anchor . Centre ,
188
180
Origin = Anchor . Centre ,
189
181
Icon = FontAwesome . Solid . Upload ,
190
- Colour = Color4 . White ,
191
182
Size = new Vector2 ( 20 ) ,
192
183
}
193
184
} ) ;
You can’t perform that action at this time.
0 commit comments