view pytouhou/game/itemtype.pxd @ 571:e992927f07a8

Give point items a score even when collected bellow the Point of Collection.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 10 Jul 2014 14:35:02 +0200
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