Mercurial > touhou
view pytouhou/game/lasertype.pxd @ 778:816e1f01d650
Partially replace the Loader with a Rust one
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Sat, 08 Nov 2025 18:26:01 +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
