mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-22 05:03:42 +00:00
python file to generate shitty audio
This commit is contained in:
parent
ab5d6d2f48
commit
8f9206f639
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ APIStuff.hx
|
||||||
dump/
|
dump/
|
||||||
export/
|
export/
|
||||||
RECOVER_*.fla
|
RECOVER_*.fla
|
||||||
|
shitAudio/
|
||||||
|
|
|
||||||
2
art
2
art
|
|
@ -1 +1 @@
|
||||||
Subproject commit 61f8e43cf782ad480cd9ed29cd982562becb59a5
|
Subproject commit d1aa2c6e81c0ddff8af3d6aac4700590cc5b0ef4
|
||||||
|
|
@ -176,10 +176,10 @@ class DJBoyfriend extends FlxAtlasSprite
|
||||||
if (cartoonSnd == null)
|
if (cartoonSnd == null)
|
||||||
{
|
{
|
||||||
// cartoonSnd = new FlxSound();
|
// cartoonSnd = new FlxSound();
|
||||||
// cartoonSnd.loadEmbedded(Paths.sound("cartoons/peck"));
|
|
||||||
// FlxG.sound.defaultSoundGroup.add(cartoonSnd);
|
// FlxG.sound.defaultSoundGroup.add(cartoonSnd);
|
||||||
// cartoonSnd.play();
|
|
||||||
}
|
}
|
||||||
|
// cartoonSnd.loadEmbedded(Paths.sound("cartoons/peck"));
|
||||||
|
// cartoonSnd.play();
|
||||||
|
|
||||||
// play sound of random flash toon
|
// play sound of random flash toon
|
||||||
// if tv is already playing, play a new one
|
// if tv is already playing, play a new one
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue