view pytouhou/formats/animation.pxd @ 796:d876ac2ccfe1 default tip

Pass audio only once to GameRunner This prevents it being recreated every stage change, and playing music over the previous stages’ music.
author Link Mauve <linkmauve@linkmauve.fr>
date Sun, 28 Jun 2026 14:27:03 +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]