Mercurial > touhou
view pytouhou/game/music.pxd @ 550:f1be00de4b3f
Use the correct division factor for player bullets’ cancellation.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 26 May 2014 00:20:26 +0200 |
parents | 7c3c90468996 |
children |
line wrap: on
line source
cdef class MusicPlayer: cpdef play(self, name) cpdef set_volume(self, name, float volume)