add support for custom mania skin paths for stage decorations

This commit is contained in:
mcendu 2020-07-05 12:31:16 +08:00
parent 7e48df3a0d
commit ec689ce824
No known key found for this signature in database
GPG Key ID: FBCD5D45163D6364
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ private void flushPendingLines()
case string _ when pair.Key.StartsWith("NoteImage"):
case string _ when pair.Key.StartsWith("KeyImage"):
case string _ when pair.Key.StartsWith("Hit"):
case string _ when pair.Key.StartsWith("Stage"):
currentConfig.ImageLookups[pair.Key] = pair.Value;
break;
}