Mercurial > touhou
comparison pytouhou/game/player.pxd @ 457:4ccc47828002
Display the name of a spellcard and the face of its invoker.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 10 Aug 2013 13:36:42 +0200 |
parents | 78e1c3864e73 |
children | 5f5955635d2c |
comparison
equal
deleted
inserted
replaced
456:cae1ae9de430 | 457:4ccc47828002 |
---|---|
12 cdef public long death_time | 12 cdef public long death_time |
13 cdef public Game _game | 13 cdef public Game _game |
14 | 14 |
15 cdef object anm | 15 cdef object anm |
16 cdef tuple speeds | 16 cdef tuple speeds |
17 cdef long fire_time, direction | 17 cdef long fire_time, bomb_time, direction |
18 | 18 |
19 cdef void set_anim(self, index) | 19 cdef void set_anim(self, index) |
20 cpdef play_sound(self, str name) | 20 cpdef play_sound(self, str name) |
21 cpdef collide(self) | 21 cpdef collide(self) |
22 cdef void fire(self) | 22 cdef void fire(self) |