mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Implement mania note skinning
This commit is contained in:
@ -52,6 +52,15 @@ namespace osu.Game.Rulesets.Mania.Skinning
|
||||
|
||||
case ManiaSkinComponents.KeyArea:
|
||||
return new LegacyKeyArea();
|
||||
|
||||
case ManiaSkinComponents.Note:
|
||||
return new LegacyNotePiece();
|
||||
|
||||
case ManiaSkinComponents.HoldNoteHead:
|
||||
return new LegacyHoldNoteHeadPiece();
|
||||
|
||||
case ManiaSkinComponents.HoldNoteTail:
|
||||
return new LegacyHoldNoteTailPiece();
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user