Decide on the name "Mascot", add testing, bug fixed, etc.

This commit is contained in:
Craftplacer
2020-04-24 06:59:05 +02:00
parent 6de08db653
commit dbf39be607
8 changed files with 353 additions and 135 deletions

View File

@ -0,0 +1,13 @@
// 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.UI
{
public enum TaikoMascotAnimationState
{
Idle,
Clear,
Kiai,
Fail
}
}