Skip to content

Commit 9600cb6

Browse files
committed
a
1 parent 346e2d8 commit 9600cb6

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

assets/base_game/shared/stages/alley.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function onCreate()
7575
}
7676

7777
function doIntro() {
78-
startVideo('fanta_cutscene_wip_lol', true);
78+
game.startVideo('fanta_cutscene_wip_lol', true);
7979
}
8080

8181
/*
291 Bytes
Binary file not shown.

source/states/freeplay/FreeplayState.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ class FreeplayState extends MusicBeatState
849849
}
850850

851851
if (APFreeplayManager.trueMissing.contains(fpManager.songList[curSelected].songName) && !APFreeplayManager.unplayedList.contains(fpManager.songList[curSelected].songName)) {
852+
trace('Song is locked!');
852853
FlxG.camera.shake(0.005, 0.5);
853854
FlxG.sound.play(Paths.sound("badnoise"+FlxG.random.int(1,3)), 1);
854855
grpSongs.forEach(function(item:FlxSprite)

0 commit comments

Comments
 (0)