comparison pytouhou/game/enemy.pxd @ 545:bcff39c920ab

Set boss mode directly from the enemy.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 15 May 2014 20:14:54 +0200
parents 292fea5c584e
children a0fa01cd9f70
comparison
equal deleted inserted replaced
544:b895ed2de71f 545:bcff39c920ab
45 cdef void drop_particles(self, long number, long color) except * 45 cdef void drop_particles(self, long number, long color) except *
46 cpdef set_aux_anm(self, long number, long index) 46 cpdef set_aux_anm(self, long number, long index)
47 cpdef set_pos(self, double x, double y, double z) 47 cpdef set_pos(self, double x, double y, double z)
48 cpdef move_to(self, unsigned long duration, double x, double y, double z, formula) 48 cpdef move_to(self, unsigned long duration, double x, double y, double z, formula)
49 cpdef stop_in(self, unsigned long duration, formula) 49 cpdef stop_in(self, unsigned long duration, formula)
50 cpdef set_boss(self, bint enable)
50 cdef bint is_visible(self, long screen_width, long screen_height) except? False 51 cdef bint is_visible(self, long screen_width, long screen_height) except? False
51 cdef void check_collisions(self) except * 52 cdef void check_collisions(self) except *
52 cdef void handle_callbacks(self) except * 53 cdef void handle_callbacks(self) except *
53 cdef void update(self) except * 54 cdef void update(self) except *