コード例 #1
0
ファイル: audio.py プロジェクト: huanxuantian/renpy
def sample_surfaces(rgb, rgba):
    if not renpysound:
        return

    renpysound.sample_surfaces(rgb, rgba)
コード例 #2
0
ファイル: audio.py プロジェクト: nekopaldee/renpy
def sample_surfaces(rgb, rgba):
    if not renpysound:
        return

    renpysound.sample_surfaces(rgb, rgba)