update p2 background

This commit is contained in:
Bui 2022-02-25 19:32:35 +00:00
parent eb37779b58
commit c307fbb279

View File

@ -762,6 +762,11 @@ class SongSelect{
if(currentSong.unloaded){
return
}
if(fromP2 && fromP2.player !== p2.player){
this.drawBackground(currentSong.originalCategory)
}
this.state.screen = "difficulty"
this.state.screenMS = this.getMS()
this.state.locked = true