view pytouhou/game/itemtype.pxd @ 500:777544d11578

[Boss rush] Mark removed lasers as such
author Thibaut Girka <thib@sitedethib.com>
date Fri, 08 Nov 2013 13:40:53 +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