Update ImageRMT.cs

I unpacked many elf games and found that the rmt images are all game resources for the ai6win engine
This commit is contained in:
zzwbdz
2025-05-28 21:47:16 +08:00
committed by GitHub
parent 113567ef97
commit d3775387f3

View File

@@ -34,7 +34,7 @@ namespace GameRes.Formats.Elf
public class RmtFormat : ImageFormat
{
public override string Tag { get { return "RMT"; } }
public override string Description { get { return "Ai5 engine compressed image format"; } }
public override string Description { get { return "Ai6 engine compressed image format"; } }
public override uint Signature { get { return 0x20544D52; } } // 'RMT '
public override ImageMetaData ReadMetaData (IBinaryStream file)