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
commit 6a5bc3eefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;