mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 03:27:21 +09:00
add support for custom mania skin paths for stage decorations
This commit is contained in:
parent
7e48df3a0d
commit
ec689ce824
@ -115,6 +115,7 @@ namespace osu.Game.Skinning
|
|||||||
case string _ when pair.Key.StartsWith("NoteImage"):
|
case string _ when pair.Key.StartsWith("NoteImage"):
|
||||||
case string _ when pair.Key.StartsWith("KeyImage"):
|
case string _ when pair.Key.StartsWith("KeyImage"):
|
||||||
case string _ when pair.Key.StartsWith("Hit"):
|
case string _ when pair.Key.StartsWith("Hit"):
|
||||||
|
case string _ when pair.Key.StartsWith("Stage"):
|
||||||
currentConfig.ImageLookups[pair.Key] = pair.Value;
|
currentConfig.ImageLookups[pair.Key] = pair.Value;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user