mirror of
https://github.com/osukey/osukey.git
synced 2025-05-13 17:47:18 +09:00
Fix KiaiHitExplosion.
This commit is contained in:
parent
22ffc78757
commit
d796730e36
@ -24,11 +24,11 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
|
|
||||||
Judgement = judgement;
|
Judgement = judgement;
|
||||||
|
|
||||||
Anchor = Anchor.Centre;
|
Anchor = Anchor.CentreLeft;
|
||||||
Origin = Anchor.Centre;
|
Origin = Anchor.Centre;
|
||||||
|
|
||||||
RelativeSizeAxes = Axes.Y;
|
RelativeSizeAxes = Axes.Both;
|
||||||
Size = new Vector2(TaikoHitObject.DEFAULT_CIRCLE_DIAMETER, 1);
|
Size = new Vector2(TaikoHitObject.DEFAULT_SIZE, 1);
|
||||||
|
|
||||||
Masking = true;
|
Masking = true;
|
||||||
Alpha = 0.25f;
|
Alpha = 0.25f;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user