comparison regenerate-pngs.py @ 61:67f0346e5435

watchtower
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Mon, 31 Aug 2009 19:27:53 +0000
parents 030bea282f28
children 8a46055c7d08
comparison
equal deleted inserted replaced
60:e2631c8e2cd6 61:67f0346e5435
41 sprites = [ 41 sprites = [
42 ("chkn", 20, 20), 42 ("chkn", 20, 20),
43 ("egg", 20, 20), 43 ("egg", 20, 20),
44 ("fox", 20, 20), 44 ("fox", 20, 20),
45 ("henhouse", 60, 40), 45 ("henhouse", 60, 40),
46 ("watchtower", 40, 40),
46 ] 47 ]
47 48
48 process_svg_folder("data/tiles", 20, 20) 49 process_svg_folder("data/tiles", 20, 20)
49 for name, width, height in sprites: 50 for name, width, height in sprites:
50 process_sprite(name, width, height, sprite_path) 51 process_sprite(name, width, height, sprite_path)