mirror of
https://github.com/ppy/osu
synced 2025-01-11 00:29:30 +00:00
Make ticks smaller (as per flyte's suggestion).
This commit is contained in:
parent
8facf473d1
commit
a958c99e22
@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables.Pieces
|
||||
/// <summary>
|
||||
/// The size of a tick.
|
||||
/// </summary>
|
||||
private const float tick_size = TaikoHitObject.DEFAULT_CIRCLE_DIAMETER / 4;
|
||||
private const float tick_size = TaikoHitObject.DEFAULT_CIRCLE_DIAMETER / 6;
|
||||
|
||||
private bool filled;
|
||||
public bool Filled
|
||||
|
Loading…
Reference in New Issue
Block a user