2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 03:07:44 +00:00

YAML update

This commit is contained in:
Jack Andersen
2015-08-01 18:25:38 -10:00
parent df2adc10da
commit a3db545b01
2 changed files with 12 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ ResExtractor PAKBridge::LookupExtractor(const PAK::Entry& entry)
return {TXTR::Extract, ".png"};
case SBIG('CMDL'):
return {CMDL::Extract, ".blend", 1};
case SBIG('MLVL'):
return {MLVL::Extract, ".yaml"};
}
return {};
}