view pytouhou/game/music.py @ 675:6be3320a1cb3

Use the same RenderState as PyTouhou in anmrenderer, and normalize color, thanks phaazon!
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 15 Aug 2019 00:26:01 +0200
parents d1f0bb0b7a17
children
line wrap: on
line source

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

    def set_volume(self, name, volume):
        pass