Compare commits

..

1 Commits

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):