view pytouhou/game/lasertype.pxd @ 614:2cf518129725

Delay power assignment to players until the game is started.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 28 Mar 2015 21:02:05 +0100
parents 8038f1957b71
children
line wrap: on
line source

cdef class LaserType:
    cdef long anim_index, launch_sprite_idx
    cdef tuple launch_anim_offsets
    cdef object anm