2019-08-30 14:39:02 +09: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 18:23:03 +09:00
|
|
|
InputDrum,
|
2020-04-24 02:50:47 +02:00
|
|
|
CentreHit,
|
2020-04-15 16:54:50 +09:00
|
|
|
RimHit,
|
|
|
|
DrumRollBody,
|
|
|
|
DrumRollTick,
|
2020-04-21 19:00:34 +09:00
|
|
|
Swell,
|
2020-04-22 15:21:54 +02:00
|
|
|
HitTarget,
|
2020-04-23 12:33:34 +09:00
|
|
|
PlayfieldBackgroundLeft,
|
2020-04-27 02:13:09 +02:00
|
|
|
PlayfieldBackgroundRight,
|
2020-04-27 12:43:51 +02:00
|
|
|
BarLine,
|
2020-04-27 22:22:32 +09:00
|
|
|
TaikoExplosionMiss,
|
|
|
|
TaikoExplosionGood,
|
|
|
|
TaikoExplosionGreat,
|
2020-05-14 10:02:47 +09:00
|
|
|
Scroller,
|
|
|
|
Mascot,
|
2019-08-30 14:39:02 +09:00
|
|
|
}
|
|
|
|
}
|