change expected assets location

This commit is contained in:
Colin McMillen 2019-10-03 15:46:43 -04:00
parent 37e8333d8c
commit ac3216f41f

2
scripts/assets.py Executable file → Normal file
View File

@ -311,7 +311,7 @@ def stitch_sprites(metadata, filename_base):
def main(args):
os.chdir(os.path.expanduser('~/time_fantasy'))
os.chdir(os.path.expanduser('~/snej/assets/time_fantasy'))
sprite_files = unglob(SPRITE_FILES)
tileset_files = unglob(TILESET_FILES)