From ac3216f41fa0a06d1a9e48451030aa5fdf4b87ac Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Thu, 3 Oct 2019 15:46:43 -0400 Subject: [PATCH] change expected assets location --- scripts/assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 scripts/assets.py diff --git a/scripts/assets.py b/scripts/assets.py old mode 100755 new mode 100644 index 36e5129..d163bd2 --- a/scripts/assets.py +++ b/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)