Allow arbitrary height catch editor

Useful because can see more notes at once.
This commit is contained in:
ekrctb
2022-10-06 17:26:03 +09:00
parent bda97b407b
commit e8cd9a5d11
5 changed files with 72 additions and 2 deletions

View File

@ -23,6 +23,12 @@ namespace osu.Game.Rulesets.Catch.UI
/// </summary>
public const float WIDTH = 512;
/// <summary>
/// The height of the playfield.
/// This doesn't include the catcher area.
/// </summary>
public const float HEIGHT = 384;
/// <summary>
/// The center position of the playfield.
/// </summary>