view pytouhou/game/lasertype.py @ 279:3539520fff93

Fix sprite rotation/translation. ANM translations are done *after* rotation, lasers are handled differently.
author Thibaut Girka <thib@sitedethib.com>
date Wed, 08 Feb 2012 18:43:39 +0100
parents f037bca24f2d
children e04c3e1957c8
line wrap: on
line source

class LaserType(object):
    def __init__(self, anm_wrapper, anim_index):
        self.anm_wrapper = anm_wrapper
        self.anim_index = anim_index