mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
thingie LOL
This commit is contained in:
parent
f696c0909c
commit
e85f883fa3
2 changed files with 3 additions and 3 deletions
|
@ -56,8 +56,8 @@ class CutsceneCharacter extends FlxTypedGroup<FlxSprite>
|
|||
|
||||
cutScene.animation.finishCallback = function(anim:String)
|
||||
{
|
||||
// cutScene.kill();
|
||||
// cutScene.destroy();
|
||||
cutScene.kill();
|
||||
cutScene.destroy();
|
||||
|
||||
if (daNum + 1 < arrayLMFAOOOO.length)
|
||||
createCutscene(daNum + 1);
|
||||
|
|
|
@ -1010,7 +1010,7 @@ class PlayState extends MusicBeatState
|
|||
|
||||
function stressIntro()
|
||||
{
|
||||
for (i in 0...5)
|
||||
for (i in 0...7)
|
||||
{
|
||||
var dummyLoader:FlxSprite = new FlxSprite();
|
||||
dummyLoader.loadGraphic(Paths.image('cutsceneStuff/gfHoldup-' + i));
|
||||
|
|
Loading…
Reference in a new issue