This commit is contained in:
2025-11-07 19:19:17 -06:00
parent 1ce1fdff8d
commit 12c1fb6000
11 changed files with 149 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ from args import inputAssets, args
from processasset import processAsset
from processpalette import processPaletteList
from processtileset import processTilesetList
from processlanguage import processLanguageList
from assethelpers import getBuiltAssetsRelativePath
import zipfile
@@ -31,6 +32,7 @@ with zipfile.ZipFile(outputFileName, 'w') as zipf:
# Generate additional headers.
processPaletteList()
processTilesetList()
processLanguageList()
# Finalize build
if args.build_type == 'header':