mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
note fadein fix
This commit is contained in:
parent
6593ddbbc8
commit
c9c94a5fda
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@ node_modules/
|
||||||
package.json
|
package.json
|
||||||
package-lock.json
|
package-lock.json
|
||||||
.aider.*
|
.aider.*
|
||||||
|
.aider*
|
||||||
|
|
|
@ -1795,11 +1795,8 @@ class PlayState extends MusicBeatSubState
|
||||||
opponentStrumline.zIndex = 1000;
|
opponentStrumline.zIndex = 1000;
|
||||||
opponentStrumline.cameras = [camHUD];
|
opponentStrumline.cameras = [camHUD];
|
||||||
|
|
||||||
if (!PlayStatePlaylist.isStoryMode)
|
playerStrumline.fadeInArrows();
|
||||||
{
|
opponentStrumline.fadeInArrows();
|
||||||
playerStrumline.fadeInArrows();
|
|
||||||
opponentStrumline.fadeInArrows();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue