Compare commits

..

1 Commits

Author SHA1 Message Date
24be73c06a improve performance by selectively extracting textures 2021-04-20 20:41:00 -07:00

View File

@ -25,7 +25,7 @@ def find_subtextures(pkg_reader):
if ENTRIES[subname]:
yield entry, sub
else:
print(f'WARNING: Found new subtexture: {fullpath}. This probably means that Supergiant has added new content to the game. This should probably be re-examined.')
print(f'WARNING: Found new subtexture: {subname}. This probably means that Supergiant has added new content to the game. This should probably be re-examined.')
def remove_subtexture(path, sub_atlas):