Merge branch 'master' into general_hud

This commit is contained in:
Dean Herbert
2017-03-10 13:25:26 +09:00
committed by GitHub
9 changed files with 16 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[] GameplayKeys => new KeyCounter[] { /* Todo: Should be keymod specific */ };