Starting refactor of tools, thank gosh
Some checks failed
Build Dusk / run-tests (push) Successful in 1m56s
Build Dusk / build-linux (push) Successful in 1m44s
Build Dusk / build-psp (push) Failing after 1m35s

This commit is contained in:
2026-01-25 21:07:31 -06:00
parent d749ac8a91
commit d788de8637
32 changed files with 120 additions and 223 deletions

View File

@@ -3,10 +3,10 @@ import sys
import os
import datetime
from xml.etree import ElementTree
from assetstool.processimage import processImage
from assetstool.assethelpers import getAssetRelativePath
from assetstool.args import args
from assetstool.assetcache import assetGetCache, assetCache
from tools.assetstool.processimage import processImage
from tools.assetstool.assethelpers import getAssetRelativePath
from tools.assetstool.args import args
from tools.assetstool.assetcache import assetGetCache, assetCache
tilesets = []