diff regenerate-pngs.py @ 155:3381af605912

game over splash screens
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Thu, 03 Sep 2009 21:15:04 +0000
parents 89d2360d4350
children 8a11bbafa07f
line wrap: on
line diff
--- a/regenerate-pngs.py	Thu Sep 03 21:09:49 2009 +0000
+++ b/regenerate-pngs.py	Thu Sep 03 21:15:04 2009 +0000
@@ -67,3 +67,5 @@
     for name, width, height in sprites:
         process_sprite(name, width, height, sprite_path)
     process_sprite("splash", 800, 600, image_path)
+    process_sprite("gameover_win", 800, 600, image_path)
+    process_sprite("gameover_lose", 800, 600, image_path)