note fadein fix

This commit is contained in:
Cameron Taylor 2024-07-04 15:55:19 -04:00
parent 6593ddbbc8
commit c9c94a5fda
2 changed files with 3 additions and 5 deletions

1
.gitignore vendored
View file

@ -14,3 +14,4 @@ node_modules/
package.json
package-lock.json
.aider.*
.aider*

View file

@ -1795,12 +1795,9 @@ class PlayState extends MusicBeatSubState
opponentStrumline.zIndex = 1000;
opponentStrumline.cameras = [camHUD];
if (!PlayStatePlaylist.isStoryMode)
{
playerStrumline.fadeInArrows();
opponentStrumline.fadeInArrows();
}
}
/**
* Initializes the Discord Rich Presence.