test some stuff
Some checks failed
Build Dusk / run-tests (push) Failing after 2m48s
Build Dusk / build-linux (push) Failing after 2m21s
Build Dusk / build-psp (push) Failing after 1m46s
Build Dusk / build-dolphin (push) Failing after 1m57s

This commit is contained in:
2026-02-09 10:39:46 -06:00
parent 2f5dccc3ef
commit bd54469891
7 changed files with 115 additions and 22 deletions

View File

@@ -45,6 +45,7 @@ def processPalettizedImage(asset):
elif color[3] == 0 and palColor[3] == 0:
break
else:
print('Pallete {} does not contain color #{}'.format(p['paletteName'], '{:02x}{:02x}{:02x}{:02x}'.format(color[0], color[1], color[2], color[3])))
hasAllColors = False
break
if hasAllColors: