Add afterimage glow when entering hyperdash

This commit is contained in:
Dean Herbert
2020-03-10 16:41:08 +09:00
parent a6cf6207aa
commit eab544b49f
3 changed files with 28 additions and 13 deletions

View File

@ -22,11 +22,6 @@ namespace osu.Game.Rulesets.Catch.Tests
{
private RulesetInfo catchRuleset;
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(CatcherArea),
};
public TestSceneCatcherArea()
{
AddSliderStep<float>("CircleSize", 0, 8, 5, createCatcher);