Mercurial > touhou
view pytouhou/game/lasertype.py @ 274:f037bca24f2d
Partially implement lasers.
“Launch animations”/“energy circles” are missing, aswell as collision and grazing.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Sun, 05 Feb 2012 23:41:55 +0100 |
parents | |
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