Mercurial > touhou
view pytouhou/game/element.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 | b9d2db93972f |
children |
line wrap: on
line source
from pytouhou.game.sprite cimport Sprite cdef class Element: cdef public double x, y cdef public bint removed cdef public Sprite sprite cdef public list objects cdef public object anmrunner