Context Menu

This commit is contained in:
EVAST9919
2017-06-12 12:56:07 +03:00
parent 6c71e8447c
commit 1711258038
9 changed files with 326 additions and 3 deletions

View File

@ -87,5 +87,7 @@ namespace osu.Game.Graphics
public readonly Color4 RedDarker = FromHex(@"870000");
public readonly Color4 ChatBlue = FromHex(@"17292e");
public readonly Color4 ContextMenuGray = FromHex(@"223034");
}
}