junglejourney

changeset 161:d402310223a1

Updated the game over animation.
author David Boddie <david@boddie.org.uk>
date Sun Sep 18 00:58:14 2011 +0200
parents 9d9ea147439f
children b52224881b19
files tools/makesprites.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/tools/makesprites.py	Sun Sep 18 00:57:26 2011 +0200
     1.2 +++ b/tools/makesprites.py	Sun Sep 18 00:58:14 2011 +0200
     1.3 @@ -63,8 +63,8 @@
     1.4  
     1.5           read_xpm("images/demise1.xpm", [(".", "0"), ("+", "2"), ("@", "3")]),
     1.6           read_xpm("images/demise2.xpm", [(".", "0"), ("+", "2"), ("@", "3")]),
     1.7 -         read_xpm("images/demise3.xpm", [(".", "0"), ("+", "2"), ("@", "3")]),
     1.8 -         read_xpm("images/demise4.xpm", [(".", "0"), ("+", "2"), ("@", "3")]),
     1.9 +         read_xpm("images/demise3.xpm", [(".", "0"), ("@", "2"), ("+", "3")]),
    1.10 +         read_xpm("images/demise4.xpm", [(".", "0"), ("@", "2"), ("+", "3")]),
    1.11  
    1.12           read_xpm("images/ball1.xpm", [(".", "0"), ("+", "1"), ("@", "3")]),
    1.13           read_xpm("images/ball2.xpm", [(".", "0"), ("+", "1"), ("@", "3")]),