Skip to content

Commit

Permalink
Added pause to end of animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Hamilton committed Feb 2, 2011
1 parent eae2567 commit 6e05fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ game: playback/frame00001.png


playback/movie.gif: playback/frame00001.png
convert -loop 0 playback/frame*.png playback/movie.gif
convert -loop 0 -delay 4 playback/frame*.png -delay 400 playback/`ls playback | sort | tail -n 1` playback/movie.gif
ln -s playback/movie.gif movie.gif

movie: playback/movie.gif
Expand All @@ -20,4 +20,4 @@ clean:
-rm -Rf movie.gif


.PHONY: all clean movie game
.PHONY: all clean movie game

0 comments on commit 6e05fed

Please sign in to comment.