Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Swap BF anim for GF audio clip
Browse files Browse the repository at this point in the history
  • Loading branch information
ActualMandM committed Oct 24, 2021
1 parent ed90819 commit 3d4c135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4515,8 +4515,8 @@ class PlayState extends MusicBeatState
}
else
{
boyfriend.playAnim('scared', true);
dad.playAnim('sad', true);
FlxG.sound.play(Paths.soundRandom('GF_', 1, 4, 'shared'), 0.3);
}
}

Expand Down

0 comments on commit 3d4c135

Please sign in to comment.