Restructure TaikoPlayfield for better skin support

This commit is contained in:
Dean Herbert
2020-04-23 12:33:34 +09:00
parent 58bf288595
commit 37f7e0a734
6 changed files with 165 additions and 113 deletions

View File

@ -11,6 +11,8 @@ namespace osu.Game.Rulesets.Taiko
DrumRollBody,
DrumRollTick,
Swell,
HitTarget
HitTarget,
PlayfieldBackgroundLeft,
PlayfieldBackgroundRight
}
}