view pytouhou/formats/animation.pxd @ 693:14fddc27e6f5

ecl_vm: implement TargetPlayer, and add a dummy Player to Game.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 17 Aug 2019 15:33:45 +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]