(QLIE): ARGB images.

This commit is contained in:
poddav
2022-04-29 13:22:03 +04:00
parent 051537348a
commit 591b091921
2 changed files with 115 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ namespace GameRes.Formats.Qlie
public PackOpener ()
{
Extensions = new string [] { "pack" };
ContainedFormats = new[] { "ABMP/QLIE", "DPNG", "PNG", "JPEG", "OGG", "WAV" };
ContainedFormats = new[] { "ABMP/QLIE", "DPNG", "ARGB", "PNG", "JPEG", "OGG", "WAV" };
}
/// <summary>