add proper decoding support?

This commit is contained in:
mcendu 2020-06-12 22:48:18 +08:00
parent 8a9d011197
commit 586e3d405c

View File

@ -111,11 +111,11 @@ namespace osu.Game.Skinning
HandleColours(currentConfig, line);
break;
// Custom sprite paths
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("Hit"):
case "BottomStageImage":
currentConfig.ImageLookups[pair.Key] = pair.Value;
break;
}