1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Rename resource string

This commit is contained in:
smoogipoo 2019-07-30 19:10:21 +09:00
parent 114c2006c1
commit 1222536f7a
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
RelativeSizeAxes = Axes.Both,
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Child = scaleTarget = new SkinnableDrawable("osu/Game/Rulesets/Osu/UI/Cursor/OsuCursor", _ => new DefaultCursor(), confineMode: ConfineMode.NoScaling)
Child = scaleTarget = new SkinnableDrawable("Play/osu/cursor", _ => new DefaultCursor(), confineMode: ConfineMode.NoScaling)
{
Origin = Anchor.Centre,
Anchor = Anchor.Centre,

View File

@ -73,7 +73,7 @@ namespace osu.Game.Skinning
{
switch (componentName)
{
case "osu/Game/Rulesets/Osu/UI/Cursor/OsuCursor":
case "Play/osu/cursor":
if (GetTexture("cursor") != null)
return new LegacyCursor();