mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Trigger Shake if HitCircles are hit too early
This commit is contained in:
@ -88,7 +88,10 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
|
|
||||||
var result = HitObject.HitWindows.ResultFor(timeOffset);
|
var result = HitObject.HitWindows.ResultFor(timeOffset);
|
||||||
if (result == HitResult.None)
|
if (result == HitResult.None)
|
||||||
|
{
|
||||||
|
Shake();
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
AddJudgement(new OsuJudgement
|
AddJudgement(new OsuJudgement
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user