Browse Source

change expected assets location

main
Colin McMillen 5 years ago
parent
commit
ac3216f41f
  1. 2
      scripts/assets.py

2
scripts/assets.py

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

Loading…
Cancel
Save