mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Increase RingExplosion base size for finishers.
Subtle but looks good imo (checked with flyte).
This commit is contained in:
@ -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
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user