comparison regenerate-pngs.py @ 244:7024d48c41c2

weapon layering with wing / eye
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 05 Sep 2009 12:11:58 +0000
parents af19d6fdc1f8
children bca2f4396de8
comparison
equal deleted inserted replaced
243:4f86c2616cdf 244:7024d48c41c2
54 sprite_path = "data/sprites" 54 sprite_path = "data/sprites"
55 image_path = "data/images" 55 image_path = "data/images"
56 cursor_path = "data/cursors" 56 cursor_path = "data/cursors"
57 sprites = [ 57 sprites = [
58 ("chkn", 20, 20), 58 ("chkn", 20, 20),
59 ("wing", 20, 20),
60 ("eye", 20, 20),
59 ("select_chkn", 20, 20), 61 ("select_chkn", 20, 20),
60 ("chkn_death", 20, 20), 62 ("chkn_death", 20, 20),
61 ("egg", 20, 20), 63 ("egg", 20, 20),
62 ("fox", 20, 20), 64 ("fox", 20, 20),
63 ("fox_death", 20, 20), 65 ("fox_death", 20, 20),
64 ("ninja_fox", 20, 20), 66 ("ninja_fox", 20, 20),
65 ("sapper_fox", 20, 20), 67 ("sapper_fox", 20, 20),
66 ("equip_rifle", 20, 20), 68 ("equip_rifle", 20, 20),
67 ("equip_knife", 20, 20), 69 ("equip_knife", 20, 20),
68 ("muzzle_flash", 20, 20), 70 ("muzzle_flash", 20, 20),
69 ("kevlar", 20, 20), 71 ("equip_kevlar", 20, 20),
70 ("helmet", 20, 20), 72 ("equip_helmet", 20, 20),
71 ("henhouse", 60, 40), 73 ("henhouse", 60, 40),
72 ("select_henhouse", 60, 40), 74 ("select_henhouse", 60, 40),
73 ("hendominium", 40, 60), 75 ("hendominium", 40, 60),
74 ("select_hendominium", 40, 60), 76 ("select_hendominium", 40, 60),
75 ("watchtower", 40, 40), 77 ("watchtower", 40, 40),