view pytouhou/game/lasertype.pxd @ 568:e7a4731a278b

Add a GTK+ main menu, mimicking the original EoSD one.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 01 Jul 2014 23:18:15 +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