Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCatYT committed Feb 4, 2024
1 parent af1e511 commit 19906c7
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1,623 deletions.
Binary file removed art/FMOD Logo Black - White Background.png
Binary file not shown.
Binary file removed art/FMOD Logo White - Black Background.png
Binary file not shown.
Binary file removed art/Funkin.bmp
Binary file not shown.
Binary file removed art/FunkinAlt.bmp
Binary file not shown.
Binary file removed art/c_z.mp3
Binary file not shown.
Binary file removed art/preloaderArt.png
Binary file not shown.
Empty file removed assets/fonts/fonts-go-here.txt
Empty file.
Empty file.
3 changes: 0 additions & 3 deletions assets/shared/data/main-view.xml

This file was deleted.

Empty file.
Empty file.
2 changes: 1 addition & 1 deletion source/states/editors/ChartingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ class ChartingState extends MusicBeatState
try
{
var oppVocals = Paths.voices(currentSongName, (characterData.vocalsP2 == null || characterData.vocalsP2.length < 1) ? 'Opponent' : characterData.vocalsP2);
if(oppVocals != null && oppVocals.length > 0) opponentVocals.loadEmbedded(oppVocals);
if(oppVocals != null) opponentVocals.loadEmbedded(oppVocals);
}
opponentVocals.autoDestroy = false;
FlxG.sound.list.add(opponentVocals);
Expand Down
Loading

0 comments on commit 19906c7

Please sign in to comment.