Home | Trees | Indices | Help |
---|
|
1 import pygame 2 3 RAPID_SPEED=15 481910 if not pygame.mixer.music.get_busy(): 11 return False 12 if self.rapid and pygame.mixer.music.get_pos()> 1000*RAPID_SPEED: 13 return False 14 return True15
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Sat Jul 28 11:43:45 2007 | http://epydoc.sourceforge.net |