mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
fix: Extract layers from TLGqoi
This commit is contained in:
@@ -72,6 +72,7 @@ namespace GameRes.Formats.KiriKiri
|
|||||||
dir.Add (new TlgLayerEntry
|
dir.Add (new TlgLayerEntry
|
||||||
{
|
{
|
||||||
Name = string.Format ("{0}#{1:D3}.tlg", Path.GetFileNameWithoutExtension (file.Name), i),
|
Name = string.Format ("{0}#{1:D3}.tlg", Path.GetFileNameWithoutExtension (file.Name), i),
|
||||||
|
Offset = 0,
|
||||||
Size = (uint)file.MaxOffset,
|
Size = (uint)file.MaxOffset,
|
||||||
Type = "image",
|
Type = "image",
|
||||||
Index = i,
|
Index = i,
|
||||||
|
|||||||
Reference in New Issue
Block a user