Mercurial > touhou
comparison pytouhou/game/game.pxd @ 492:887de1309491
Add friendly fire in netplay.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 21 Sep 2013 20:26:39 +0200 |
parents | 2f53be1b2f60 |
children | 3d3285918ba1 |
comparison
equal
deleted
inserted
replaced
491:2276229282fd | 492:887de1309491 |
---|---|
9 cdef public double continues | 9 cdef public double continues |
10 cdef public Effect spellcard_effect | 10 cdef public Effect spellcard_effect |
11 cdef public tuple spellcard | 11 cdef public tuple spellcard |
12 cdef public bint time_stop, msg_wait | 12 cdef public bint time_stop, msg_wait |
13 cdef public unsigned short deaths_count, next_bonus | 13 cdef public unsigned short deaths_count, next_bonus |
14 | |
15 cdef bint friendly_fire | |
14 | 16 |
15 cdef list msg_sprites(self) | 17 cdef list msg_sprites(self) |
16 cdef list lasers_sprites(self) | 18 cdef list lasers_sprites(self) |
17 cdef void modify_difficulty(self, long diff) except * | 19 cdef void modify_difficulty(self, long diff) except * |
18 cpdef enable_spellcard_effect(self) | 20 cpdef enable_spellcard_effect(self) |