comparison skaapsteker/sprites/npcs.py @ 509:c85363a8ff56

Make Sasuke non-blocking again
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 23:14:21 +0200
parents 9a16483e49cb
children dbf99f763060
comparison
equal deleted inserted replaced
508:e4b1a79504f2 509:c85363a8ff56
81 animation_regexes = [ 81 animation_regexes = [
82 ("standing", r"^.*_standing.png$"), 82 ("standing", r"^.*_standing.png$"),
83 ] 83 ]
84 84
85 85
86 class Sasuke(BlockingNPC): 86 class Sasuke(NPC):
87 image_dir = 'sprites/sasuke' 87 image_dir = 'sprites/sasuke'
88
88 89
89 90
90 class Kitsune(NPC): 91 class Kitsune(NPC):
91 image_dir = 'sprites' 92 image_dir = 'sprites'
92 animation_regexes = [ 93 animation_regexes = [