Merge branch 'general_hud' of https://github.com/smoogipooo/osu into general_hud

Conflicts:
	osu.Game.Modes.Osu/OsuRuleset.cs
This commit is contained in:
smoogipooo
2017-03-10 13:42:50 +09:00
9 changed files with 15 additions and 11 deletions

View File

@ -98,6 +98,8 @@ namespace osu.Game.Modes.Mania
protected override PlayMode PlayMode => PlayMode.Mania;
public override string Description => "osu!mania";
public override FontAwesome Icon => FontAwesome.fa_osu_mania_o;
public override KeyCounter[] CreateGameplayKeys => new KeyCounter[] { /* Todo: Should be keymod specific */ };