mirror of
https://github.com/osukey/osukey.git
synced 2025-05-04 21:27:22 +09:00
relocate SkinnableCursor
This commit is contained in:
parent
4b073aed83
commit
c6c4bcccc3
@ -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
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user