annotate pytouhou/game/lasertype.py @ 275:4b0570bf5847

Implement hardcoded function 14 used by spellcard “Lævateinn”.
author Thibaut Girka <thib@sitedethib.com>
date Sun, 05 Feb 2012 23:43:12 +0100
parents f037bca24f2d
children e04c3e1957c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
274
f037bca24f2d Partially implement lasers.
Thibaut Girka <thib@sitedethib.com>
parents:
diff changeset
1 class LaserType(object):
f037bca24f2d Partially implement lasers.
Thibaut Girka <thib@sitedethib.com>
parents:
diff changeset
2 def __init__(self, anm_wrapper, anim_index):
f037bca24f2d Partially implement lasers.
Thibaut Girka <thib@sitedethib.com>
parents:
diff changeset
3 self.anm_wrapper = anm_wrapper
f037bca24f2d Partially implement lasers.
Thibaut Girka <thib@sitedethib.com>
parents:
diff changeset
4 self.anim_index = anim_index