mirror of
https://github.com/ppy/osu
synced 2025-01-11 08:39:31 +00: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);
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user