mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 22:04:29 +00:00
playingCartoon bool woops
This commit is contained in:
parent
8f9206f639
commit
8c74fcd73a
|
@ -171,6 +171,8 @@ class DJBoyfriend extends FlxAtlasSprite
|
|||
|
||||
var cartoonSnd:FlxSound;
|
||||
|
||||
var playingCartoon:Bool = false;
|
||||
|
||||
public function runTvLogic()
|
||||
{
|
||||
if (cartoonSnd == null)
|
||||
|
|
Loading…
Reference in a new issue