2019-08-30 13:39:02 +08:00
|
|
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
|
|
|
// See the LICENCE file in the repository root for full licence text.
|
|
|
|
|
|
|
|
namespace osu.Game.Rulesets.Taiko
|
|
|
|
{
|
|
|
|
public enum TaikoSkinComponents
|
|
|
|
{
|
2020-04-03 17:23:03 +08:00
|
|
|
InputDrum,
|
2020-04-24 08:50:47 +08:00
|
|
|
CentreHit,
|
2020-04-15 15:54:50 +08:00
|
|
|
RimHit,
|
|
|
|
DrumRollBody,
|
|
|
|
DrumRollTick,
|
2020-04-21 18:00:34 +08:00
|
|
|
Swell,
|
2020-04-22 21:21:54 +08:00
|
|
|
HitTarget,
|
2020-04-23 11:33:34 +08:00
|
|
|
PlayfieldBackgroundLeft,
|
2020-04-27 08:13:09 +08:00
|
|
|
PlayfieldBackgroundRight,
|
2020-04-27 18:43:51 +08:00
|
|
|
BarLine,
|
2020-04-27 21:22:32 +08:00
|
|
|
TaikoExplosionMiss,
|
2020-09-29 16:16:55 +08:00
|
|
|
TaikoExplosionOk,
|
2020-04-27 21:22:32 +08:00
|
|
|
TaikoExplosionGreat,
|
2020-11-10 20:35:49 +08:00
|
|
|
TaikoExplosionKiai,
|
2020-05-14 09:02:47 +08:00
|
|
|
Scroller,
|
|
|
|
Mascot,
|
2019-08-30 13:39:02 +08:00
|
|
|
}
|
|
|
|
}
|