Mercurial > touhou
view pytouhou/formats/animation.pxd @ 654:ec7e888e88f3
Up to instruction 34 validated.
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Thu, 08 Aug 2019 16:42:25 +0200 |
parents | 725bd24235a2 |
children |
line wrap: on
line source
cdef class Animation: cdef public long version cdef public unicode first_name, secondary_name cdef public dict sprites, scripts cdef public object texture cdef double size_inv[2]