changeset 121:7b2660cc7861

splash png
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 02 Sep 2009 20:54:45 +0000
parents 5621f5074c8d
children d2b19131d537
files data/images/splash.png regenerate-pngs.py
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file data/images/splash.png has changed
--- 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)