comparison regenerate-pngs.py @ 126:73e13216d7bb

equipped weapons; ninja fox
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 02 Sep 2009 21:29:25 +0000
parents 7b2660cc7861
children 03293bd45930
comparison
equal deleted inserted replaced
125:2e3a05b9594d 126:73e13216d7bb
41 image_path = "data/images" 41 image_path = "data/images"
42 sprites = [ 42 sprites = [
43 ("chkn", 20, 20), 43 ("chkn", 20, 20),
44 ("egg", 20, 20), 44 ("egg", 20, 20),
45 ("fox", 20, 20), 45 ("fox", 20, 20),
46 ("rifle", 20, 20), 46 ("ninja_fox", 20, 20),
47 ("knife", 20, 20), 47 ("equip_rifle", 20, 20),
48 ("equip_knife", 20, 20),
48 ("henhouse", 60, 40), 49 ("henhouse", 60, 40),
49 ("watchtower", 40, 40), 50 ("watchtower", 40, 40),
50 ("chknnest", 20, 20), 51 ("chknnest", 20, 20),
51 ("emptynest", 20, 20), 52 ("emptynest", 20, 20),
52 ] 53 ]