From a2059b5cfaa600402dfbec5d63099fd724998e9f Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 17 Aug 2012 02:31:03 +0200 Subject: cleaning up old file --- nekowatchlet/original-resources/makeatlas.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nekowatchlet/original-resources/makeatlas.sh') diff --git a/nekowatchlet/original-resources/makeatlas.sh b/nekowatchlet/original-resources/makeatlas.sh index e04a50f..60449ae 100755 --- a/nekowatchlet/original-resources/makeatlas.sh +++ b/nekowatchlet/original-resources/makeatlas.sh @@ -12,7 +12,7 @@ do if [[ $i =~ ^([a-z]+)[1-9].png ]] then stem=${BASH_REMATCH[1]} - output=atlas/$stem.png + output=$stem.png.tmp if [[ $atlasfiles != *$output* ]] then montage $stem?.png -geometry 32x32 $output @@ -22,11 +22,11 @@ do fi done -montage $atlasfiles -geometry 64x32+0+0 -gravity NorthWest -tile 1x atlas/atlas.png +montage $atlasfiles -geometry 64x32+0+0 -gravity NorthWest -tile 1x atlas.png rm -f $atlasfiles -echo $stems | tr ' ' '\n' > atlas/atlas.txt +echo $stems | tr ' ' '\n' > atlas.txt exit 0 -- cgit v1.2.3