mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-05 13:30:18 +08:00
add TIM2 alpha setting
This commit is contained in:
@@ -15,7 +15,9 @@ namespace GameRes.Formats.DigitalWorks
|
||||
public TM2ArkFormat()
|
||||
{
|
||||
Extensions = new string[] { "tm2" };
|
||||
Settings = null;
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData(IBinaryStream stream)
|
||||
{
|
||||
stream.Position = 9;
|
||||
|
||||
Reference in New Issue
Block a user