comparison skaapsteker/sprites/items.py @ 432:e65f6783a9f7

placed fire on the road; animation not yet hooked up
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 18:51:11 +0200
parents e289a111c743
children 827c5d045cf5
comparison
equal deleted inserted replaced
431:b753ea36909e 432:e65f6783a9f7
130 130
131 131
132 132
133 # TODO: Finish this thing's behaviour 133 # TODO: Finish this thing's behaviour
134 class SignalFire(Item): 134 class SignalFire(Item):
135 image_file = 'dummy.png' 135 image_file = 'props/signal_fire/signal_fire_unlit.png'
136 136
137 def setup(self, litness, **opts): 137 def setup(self, litness, **opts):
138 super(SignalFire, self).setup(**opts) 138 super(SignalFire, self).setup(**opts)
139 139
140 140