Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Crsky
2023-09-15 19:07:35 +08:00
33 changed files with 2612 additions and 584 deletions

View File

@@ -90,6 +90,7 @@ namespace GameRes.Formats.KiriKiri
public Xp3Opener ()
{
Signatures = new uint[] { 0x0d335058, 0 };
Extensions = new[] { "XP3", "EXE" };
ContainedFormats = new[] { "TLG", "BMP", "PNG", "JPEG", "OGG", "WAV", "TXT" };
}