view pytouhou/game/lasertype.pxd @ 684:c8bb28961d31

ecl_vm: fixes for previous instructions
author Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com>
date Fri, 16 Aug 2019 23:53:03 +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