Increase RingExplosion base size for finishers.

Subtle but looks good imo (checked with flyte).
This commit is contained in:
smoogipooo
2017-03-21 17:49:22 +09:00
parent eec4a1b5d3
commit 60e866aebd
3 changed files with 8 additions and 4 deletions

View File

@ -41,7 +41,8 @@ namespace osu.Desktop.VisualTests.Tests
Result = HitResult.Hit,
Score = score,
TimeOffset = 0,
ComboAtHit = 1
ComboAtHit = 1,
SecondHit = RNG.Next(2) == 0
}
});
}