Mercurial > touhou
view pytouhou/game/effect.pxd @ 656:988e5130fb00
Add a simpler Sprite::new() which doesn’t override width/height.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 09 Aug 2019 01:03:43 +0200 |
parents | cd8a2baf468c |
children |
line wrap: on
line source
from pytouhou.game.element cimport Element cdef class Effect(Element): cpdef update(self)