mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Allow playfield to specify whether it has a cursor or not.
This commit is contained in:
@ -21,6 +21,8 @@ namespace osu.Game.Modes.Osu.UI
|
||||
private readonly Container judgementLayer;
|
||||
private readonly ConnectionRenderer<OsuHitObject> connectionLayer;
|
||||
|
||||
public override bool ProvidingUserCursor => true;
|
||||
|
||||
public override Vector2 Size
|
||||
{
|
||||
get
|
||||
|
Reference in New Issue
Block a user