view pytouhou/game/effect.pxd @ 747:8a022334a4c4

menu: Load the title image at frame 60.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 18 Jan 2020 19:47:44 +0100
parents cd8a2baf468c
children
line wrap: on
line source

from pytouhou.game.element cimport Element

cdef class Effect(Element):
    cpdef update(self)