view pytouhou/game/lasertype.py @ 277:219edad0f395

Fix initial laser offset.
author Thibaut Girka <thib@sitedethib.com>
date Mon, 06 Feb 2012 19:17:46 +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