view pytouhou/game/lasertype.pxd @ 685:11d7e4d6947a

ecl_vm: nearing the complete list
author Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com>
date Fri, 16 Aug 2019 23:27:09 +0200
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