Mercurial > touhou
view pytouhou/game/itemtype.pxd @ 724:8acaf45b47d0
ecl_vm: added spellcard 13
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Tue, 29 Oct 2019 14:39:03 +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