view pytouhou/game/music.py @ 594:12756994a92c

Make frameskip actually skip the rendering part, not just the buffer swap.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 18 Oct 2014 18:04:43 +0200
parents 7c3c90468996
children d1f0bb0b7a17
line wrap: on
line source

class MusicPlayer(object):
    def play(self, name):
        pass

    def set_volume(self, name, volume):
        pass