1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 04:29:54 +08:00

Merge pull request #14105 from smoogipoo/adjust-taiko-playfield-size

Match osu!stable taiko playfield size at 16:9
This commit is contained in:
Dean Herbert
2021-08-02 22:21:16 +09:00
committed by GitHub
Unverified
+1 -1
View File
@@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Taiko.UI
/// <summary>
/// Default height of a <see cref="TaikoPlayfield"/> when inside a <see cref="DrawableTaikoRuleset"/>.
/// </summary>
public const float DEFAULT_HEIGHT = 178;
public const float DEFAULT_HEIGHT = 212;
private Container<HitExplosion> hitExplosionContainer;
private Container<KiaiHitExplosion> kiaiExplosionContainer;