comparison 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
comparison
equal deleted inserted replaced
273:595b227886b1 274:f037bca24f2d
1 class LaserType(object):
2 def __init__(self, anm_wrapper, anim_index):
3 self.anm_wrapper = anm_wrapper
4 self.anim_index = anim_index