feat: LBG/PS2-SPC Image Format

This commit is contained in:
ManicSteiner
2023-12-16 15:27:26 +08:00
parent 3443a2d16f
commit da4b6574da
3 changed files with 106 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ namespace GameRes.Formats.Cri
var entry = Create<PackedEntry>(base_name);
entry.Offset = 0;
entry.Size = (uint)input.Length;
entry.Type = "image";
dir.Add(entry);
return new SpcArchive(file, this, dir, input);
}