changeset 514:dbf99f763060

Make Sasuke standing
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 23:22:15 +0200
parents dae89441e99b
children 6c21ba7de1e6
files skaapsteker/sprites/npcs.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/skaapsteker/sprites/npcs.py	Sat Apr 09 23:21:07 2011 +0200
+++ b/skaapsteker/sprites/npcs.py	Sat Apr 09 23:22:15 2011 +0200
@@ -86,6 +86,10 @@
 class Sasuke(NPC):
     image_dir = 'sprites/sasuke'
 
+    def setup(self, name, world, dsm, state, facing=None):
+        self._animation = 'standing'
+        super(Sasuke, self).setup(name, world, dsm, state, facing)
+
 
 
 class Kitsune(NPC):