Replace poo icon at disclaimer screen

This commit is contained in:
Dean Herbert 2020-07-09 12:31:20 +09:00
parent 89c2eb539e
commit efdf179906
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ private void load(OsuColour colours, IAPIProvider api)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Icon = FontAwesome.Solid.Poo,
Icon = FontAwesome.Solid.Flask,
Size = new Vector2(icon_size),
Y = icon_y,
},