Mercurial > touhou
diff pytouhou/games/eosd.py @ 471:06f0eeb519bb
Make Laser and Orb extension types, and use that where possible.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 16 Sep 2013 18:42:04 +0200 |
parents | 98995d8ac744 |
children | 711c75115675 |
line wrap: on
line diff
--- a/pytouhou/games/eosd.py +++ b/pytouhou/games/eosd.py @@ -275,8 +275,8 @@ class EoSDPlayer(Player): Player.__init__(self, state, game, self.anm) - self.orbs = [Orb(self.anm, 128, self.state, None), - Orb(self.anm, 129, self.state, None)] + self.orbs = [Orb(self.anm, 128, self.state), + Orb(self.anm, 129, self.state)] self.orbs[0].offset_x = -24 self.orbs[1].offset_x = 24