Add animation and fallback catcher support

This commit is contained in:
Dean Herbert
2020-03-10 11:42:08 +09:00
parent 61f6fe5f29
commit 0d18ea1d29
12 changed files with 27 additions and 15 deletions

View File

@ -10,6 +10,7 @@ namespace osu.Game.Rulesets.Catch
FruitGrapes,
FruitOrange,
FruitPear,
Droplet
Droplet,
CatcherIdle
}
}