mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Scale cursortrail along with cursor
This commit is contained in:
@ -69,7 +69,7 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
|
|||||||
scale *= 1f - 0.7f * (1f + beatmap.Value.BeatmapInfo.BaseDifficulty.CircleSize - BeatmapDifficulty.DEFAULT_DIFFICULTY) / BeatmapDifficulty.DEFAULT_DIFFICULTY;
|
scale *= 1f - 0.7f * (1f + beatmap.Value.BeatmapInfo.BaseDifficulty.CircleSize - BeatmapDifficulty.DEFAULT_DIFFICULTY) / BeatmapDifficulty.DEFAULT_DIFFICULTY;
|
||||||
}
|
}
|
||||||
|
|
||||||
ActiveCursor.Scale = new Vector2(scale);
|
ActiveCursor.Scale = cursorTrail.Scale = new Vector2(scale);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
|
Reference in New Issue
Block a user