def init(): if not settings.noaudio: buttons.append(Button((40, 40, 220, 70), "Play sound")) media.getsound("sound") # buttons.append(Button((40, 120, 220, 70), "Play video")) buttons.append(Button((40, 120, 220, 70), "Toggle fullscreen"))
def init(): buttons.append(Button((40, 40, 220, 70), "Play sound")) # buttons.append(Button((40, 120, 220, 70), "Play video")) buttons.append(Button((40, 120, 220, 70), "Toggle fullscreen")) media.getsound("sound")