comparison regenerate-pngs.py @ 81:8a46055c7d08

regenerate icons as well
author Neil Muller <drnlmuller@gmail.com>
date Tue, 01 Sep 2009 13:09:52 +0000
parents 67f0346e5435
children c74849c923db
comparison
equal deleted inserted replaced
80:ad9d1bc7ef0c 81:8a46055c7d08
45 ("henhouse", 60, 40), 45 ("henhouse", 60, 40),
46 ("watchtower", 40, 40), 46 ("watchtower", 40, 40),
47 ] 47 ]
48 48
49 process_svg_folder("data/tiles", 20, 20) 49 process_svg_folder("data/tiles", 20, 20)
50 process_svg_folder("data/icons", 40, 40)
50 for name, width, height in sprites: 51 for name, width, height in sprites:
51 process_sprite(name, width, height, sprite_path) 52 process_sprite(name, width, height, sprite_path)