fix: Extract layers from TLGqoi

This commit is contained in:
Crsky
2026-03-24 00:51:29 +08:00
parent dcea49b569
commit 515639394a

View File

@@ -72,6 +72,7 @@ namespace GameRes.Formats.KiriKiri
dir.Add (new TlgLayerEntry
{
Name = string.Format ("{0}#{1:D3}.tlg", Path.GetFileNameWithoutExtension (file.Name), i),
Offset = 0,
Size = (uint)file.MaxOffset,
Type = "image",
Index = i,