# HG changeset patch # User Neil Muller # Date 1302038088 -7200 # Node ID 794565c8f9f46fffe1bade54f08333be9fe38692 # Parent 15fbe107e475f3e123bad02300e46830bf46f175 Load attacking images diff -r 15fbe107e475 -r 794565c8f9f4 skaapsteker/sprites/player.py --- a/skaapsteker/sprites/player.py Tue Apr 05 23:12:04 2011 +0200 +++ b/skaapsteker/sprites/player.py Tue Apr 05 23:14:48 2011 +0200 @@ -126,7 +126,7 @@ return '%s %s %d' % (action, self.facing, tails) def _load_images(self): - for action in ['standing', 'running', 'jumping']: + for action in ['standing', 'running', 'jumping', 'attacking']: for tails in [0, 1, 2, 4]: self.tails = tails directory = os.path.join('sprites',