Skip to content

Commit

Permalink
SoundHelper now clears out the sounds folder of both modules before r…
Browse files Browse the repository at this point in the history
…unning
  • Loading branch information
floral-qua-floral committed Dec 20, 2024
1 parent 9c59f75 commit c555cab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions soundhelper/Sound Helper/SoundHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
from Input import rename_sounds, content_subtitles, mod_subtitles

def handle_audio_files(include_voicelines, copy_to, subtitle_source):
# Clean out the sounds that are currently lying around
shutil.rmtree(copy_to)

# "../../mod/src/main/java/com/fqf/mario_qua_mario"
voice_subtitles = []

Expand Down

0 comments on commit c555cab

Please sign in to comment.