Mercurial > touhou
view pytouhou/game/itemtype.pxd @ 725:fbf89cba04e2
ecl_vm: some work on spellcard 11
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Tue, 29 Oct 2019 15:41:23 +0100 |
parents | 8038f1957b71 |
children |
line wrap: on
line source
from pytouhou.game.sprite cimport Sprite cdef class ItemType: cdef Sprite sprite, indicator_sprite cdef object anm