mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 14:13:18 +08:00
add proper decoding support?
This commit is contained in:
parent
8a9d011197
commit
586e3d405c
@ -111,11 +111,11 @@ namespace osu.Game.Skinning
|
|||||||
HandleColours(currentConfig, line);
|
HandleColours(currentConfig, line);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// Custom sprite paths
|
||||||
case string _ when pair.Key.StartsWith("NoteImage"):
|
case string _ when pair.Key.StartsWith("NoteImage"):
|
||||||
currentConfig.ImageLookups[pair.Key] = pair.Value;
|
|
||||||
break;
|
|
||||||
|
|
||||||
case string _ when pair.Key.StartsWith("KeyImage"):
|
case string _ when pair.Key.StartsWith("KeyImage"):
|
||||||
|
case string _ when pair.Key.StartsWith("Hit"):
|
||||||
|
case "BottomStageImage":
|
||||||
currentConfig.ImageLookups[pair.Key] = pair.Value;
|
currentConfig.ImageLookups[pair.Key] = pair.Value;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user