2019-08-30 05:39:02 +00: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 09:23:03 +00:00
|
|
|
InputDrum,
|
2020-04-24 00:50:47 +00:00
|
|
|
CentreHit,
|
2020-04-15 07:54:50 +00:00
|
|
|
RimHit,
|
|
|
|
DrumRollBody,
|
|
|
|
DrumRollTick,
|
2020-04-21 10:00:34 +00:00
|
|
|
Swell,
|
2020-04-22 13:21:54 +00:00
|
|
|
HitTarget,
|
2020-04-23 03:33:34 +00:00
|
|
|
PlayfieldBackgroundLeft,
|
2020-04-27 00:13:09 +00:00
|
|
|
PlayfieldBackgroundRight,
|
2020-04-27 10:43:51 +00:00
|
|
|
BarLine,
|
2020-04-27 13:22:32 +00:00
|
|
|
TaikoExplosionMiss,
|
2020-09-29 08:16:55 +00:00
|
|
|
TaikoExplosionOk,
|
2020-04-27 13:22:32 +00:00
|
|
|
TaikoExplosionGreat,
|
2020-11-10 12:35:49 +00:00
|
|
|
TaikoExplosionKiai,
|
2020-05-14 01:02:47 +00:00
|
|
|
Scroller,
|
|
|
|
Mascot,
|
2023-06-30 06:07:07 +00:00
|
|
|
KiaiGlow,
|
|
|
|
DrumSamplePlayer
|
2019-08-30 05:39:02 +00:00
|
|
|
}
|
|
|
|
}
|