mirror of
https://github.com/osukey/osukey.git
synced 2025-08-16 04:53:59 +09:00
relocate SkinnableCursor
This commit is contained in:
@ -206,9 +206,8 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
|
|||||||
cursorContainer.Scale = new Vector2(scale);
|
cursorContainer.Scale = new Vector2(scale);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public class SkinnableCursor : SkinReloadableDrawable
|
private class SkinnableCursor : SkinReloadableDrawable
|
||||||
{
|
{
|
||||||
public bool CursorExpand { get; set; } = true;
|
public bool CursorExpand { get; set; } = true;
|
||||||
|
|
||||||
@ -218,3 +217,4 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user