From 4f26ced4e14b4a8c4127e628e5bdbf9f2e686a17 Mon Sep 17 00:00:00 2001 From: GanstaKingofSA Date: Sun, 8 Aug 2021 18:57:04 -0500 Subject: [PATCH] make music_code, audio_code cause init issues --- music_code.rpy => audio_code.rpy | 2 ++ 1 file changed, 2 insertions(+) rename music_code.rpy => audio_code.rpy (99%) diff --git a/music_code.rpy b/audio_code.rpy similarity index 99% rename from music_code.rpy rename to audio_code.rpy index 426d2d2..21ce452 100644 --- a/music_code.rpy +++ b/audio_code.rpy @@ -1,4 +1,6 @@ +# Based off ost.py from Renpy-Universal-Player but Ren'Py 6 compatible + init python: import time, random, re, glob, os, json import pygame_sdl2