diff regenerate-pngs.py @ 121:7b2660cc7861

splash png
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 02 Sep 2009 20:54:45 +0000
parents f23ea2615b78
children 73e13216d7bb
line wrap: on
line diff
--- a/regenerate-pngs.py	Wed Sep 02 20:34:21 2009 +0000
+++ b/regenerate-pngs.py	Wed Sep 02 20:54:45 2009 +0000
@@ -38,6 +38,7 @@
 if __name__ == "__main__":
     tile_path = "data/tiles"
     sprite_path = "data/sprites"
+    image_path = "data/images"
     sprites = [
         ("chkn", 20, 20),
         ("egg", 20, 20),
@@ -54,3 +55,4 @@
     process_svg_folder("data/icons", 40, 40)
     for name, width, height in sprites:
         process_sprite(name, width, height, sprite_path)
+    process_sprite("splash", 800, 600, image_path)