Mercurial > touhou
view pytouhou/game/orb.pxd @ 696:7ae576a418ff
ecl_vm: implement Call, Return, and the call stack thingy.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 23 Aug 2019 02:31:08 +0200 |
parents | b32cef75df59 |
children |
line wrap: on
line source
from pytouhou.game.element cimport Element from pytouhou.game.sprite cimport Sprite cdef class Orb(Element): cdef public double offset_x, offset_y cdef Element player cdef object fire cpdef update(self)