Mercurial > touhou
view pytouhou/game/orb.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 | 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)