mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
feat: HuneX image formats
This commit is contained in:
@@ -39,7 +39,7 @@ namespace GameRes.Formats.HuneX {
|
||||
|
||||
public HfaOpener() {
|
||||
Extensions = new string[] { "hfa" };
|
||||
ContainedFormats = new[] { "BGI", "CompressedBG", "BW", "SCR" };
|
||||
ContainedFormats = new[] { "BGI", "CompressedBG_MT", "BW", "SCR" };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen(ArcView file) {
|
||||
|
||||
Reference in New Issue
Block a user