Some more material shpk restructuring

This commit is contained in:
Ottermandias 2023-02-24 16:12:41 +01:00
parent 7619503a2b
commit c4a4aec221
4 changed files with 52 additions and 34 deletions

View file

@ -401,4 +401,10 @@ public static partial class GamePaths
[GeneratedRegex(@"chara[\/]human[\/]c0101[\/]animation[\/]a0001[\/][^\s]+?[\/](?'key'[^\s]+?)\.pap", RegexOptions.IgnoreCase)]
public static partial Regex Pap();
}
public static partial class Shader
{
public static string ShpkPath(string name)
=> $"shader/sm5/shpk/{name}";
}
}