SkinRenderer - Add Cape rendering

This commit is contained in:
miku-666
2024-03-08 19:14:41 +01:00
parent 955f6d135b
commit a5bd118e1c
4 changed files with 87 additions and 8 deletions

View File

@@ -73,8 +73,8 @@ namespace PckStudio.Extensions
if (file.Filetype != PckFileType.SkinFile)
throw new InvalidOperationException("File is not a skin file");
if (file.Properties.Contains("CAPEPATH"))
Debug.WriteLine($"[{nameof(GetSkin)}] TODO: add cape texture/path.");
//if (file.Properties.Contains("CAPEPATH"))
// Debug.WriteLine($"[{nameof(GetSkin)}] TODO: add cape texture/path.");
int skinId = file.GetSkinId();