Icon and beatmap title visual pass

This commit is contained in:
Dean Herbert
2018-12-26 17:07:59 +09:00
parent c6c8c472bb
commit f442e59620
3 changed files with 13 additions and 7 deletions

View File

@ -13,10 +13,9 @@ namespace osu.Game.Online.Multiplayer.GameTypes
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Icon = FontAwesome.fa_clock_o,
X = -2, // The icon is off-centre
Size = new Vector2(size),
Colour = colours.Blue,
Shadow = false
};
}
}
}

View File

@ -4,7 +4,7 @@ using osu.Framework.Graphics.Shapes;
using osuTK;
using osuTK.Graphics;
namespace osu.Game.Online.Multiplayer
namespace osu.Game.Online.Multiplayer.GameTypes
{
public class VersusRow : FillFlowContainer
{