mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
python file to generate shitty audio
This commit is contained in:
parent
ab5d6d2f48
commit
8f9206f639
3 changed files with 5 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@
|
|||
APIStuff.hx
|
||||
dump/
|
||||
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)
|
||||
{
|
||||
// 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
|
||||
|
|
Loading…
Reference in a new issue