Mercurial > touhou
annotate pytouhou/game/lasertype.py @ 278:615c0bb6064b
Fix generation of bullets/items position from lasers.
| author | Thibaut Girka <thib@sitedethib.com> |
|---|---|
| date | Mon, 06 Feb 2012 19:38:54 +0100 |
| parents | f037bca24f2d |
| children | e04c3e1957c8 |
| 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 |
