1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 16:41:39 +00:00

Syntax fix

This commit is contained in:
EliteMasterEric 2024-03-22 23:53:29 -04:00
parent 471b015d1a
commit e4a9d25ac0

View file

@ -5,6 +5,7 @@ import flixel.FlxSprite;
import flixel.tweens.FlxEase;
import flixel.tweens.FlxTween;
import flixel.util.FlxColor;
import flixel.util.FlxSignal;
import flixel.util.FlxTimer;
#if html5
import funkin.graphics.video.FlxVideo;
@ -217,6 +218,7 @@ class VideoCutscene
if (vid != null)
{
vid.visible = false;
blackScreen.visible = false;
}
#end
@ -224,6 +226,7 @@ class VideoCutscene
if (vid != null)
{
vid.visible = false;
blackScreen.visible = false;
}
#end
}
@ -234,6 +237,7 @@ class VideoCutscene
if (vid != null)
{
vid.visible = true;
blackScreen.visible = false;
}
#end
@ -241,6 +245,7 @@ class VideoCutscene
if (vid != null)
{
vid.visible = true;
blackScreen.visible = false;
}
#end
}