# HG changeset patch # User Adrianna PiƄska # Date 1251924885 0 # Node ID 7b2660cc7861349f4650c7d82b13bec9a29f66d8 # Parent 5621f5074c8d40ea133ba2979a40f5a55d2247e5 splash png diff -r 5621f5074c8d -r 7b2660cc7861 data/images/splash.png Binary file data/images/splash.png has changed diff -r 5621f5074c8d -r 7b2660cc7861 regenerate-pngs.py --- 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)