예제 #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)