From 8f9206f6394b2af57501dc1ac8956393d40fb547 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Tue, 29 Aug 2023 05:37:24 -0400 Subject: [PATCH] python file to generate shitty audio --- .gitignore | 3 ++- art | 2 +- source/funkin/freeplayStuff/DJBoyfriend.hx | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d4aba58ac..b2fe731ea 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ APIStuff.hx dump/ export/ -RECOVER_*.fla \ No newline at end of file +RECOVER_*.fla +shitAudio/ diff --git a/art b/art index 61f8e43cf..d1aa2c6e8 160000 --- a/art +++ b/art @@ -1 +1 @@ -Subproject commit 61f8e43cf782ad480cd9ed29cd982562becb59a5 +Subproject commit d1aa2c6e81c0ddff8af3d6aac4700590cc5b0ef4 diff --git a/source/funkin/freeplayStuff/DJBoyfriend.hx b/source/funkin/freeplayStuff/DJBoyfriend.hx index e6e66e876..c4524bcfc 100644 --- a/source/funkin/freeplayStuff/DJBoyfriend.hx +++ b/source/funkin/freeplayStuff/DJBoyfriend.hx @@ -176,10 +176,10 @@ class DJBoyfriend extends FlxAtlasSprite if (cartoonSnd == null) { // cartoonSnd = new FlxSound(); - // cartoonSnd.loadEmbedded(Paths.sound("cartoons/peck")); // FlxG.sound.defaultSoundGroup.add(cartoonSnd); - // cartoonSnd.play(); } + // cartoonSnd.loadEmbedded(Paths.sound("cartoons/peck")); + // cartoonSnd.play(); // play sound of random flash toon // if tv is already playing, play a new one