mirror of https://github.com/ppy/osu
Merge pull request #17235 from frenzibyte/taiko-adjust-default-height
Nudge osu!taiko playfield's height to perfectly match with osu!(stable)
This commit is contained in:
commit
f4b4c4d595
|
@ -29,7 +29,7 @@ public class TaikoPlayfield : ScrollingPlayfield
|
|||
/// <summary>
|
||||
/// Default height of a <see cref="TaikoPlayfield"/> when inside a <see cref="DrawableTaikoRuleset"/>.
|
||||
/// </summary>
|
||||
public const float DEFAULT_HEIGHT = 212;
|
||||
public const float DEFAULT_HEIGHT = 200;
|
||||
|
||||
private Container<HitExplosion> hitExplosionContainer;
|
||||
private Container<KiaiHitExplosion> kiaiExplosionContainer;
|
||||
|
|
Loading…
Reference in New Issue