Skip to content
Snippets Groups Projects
Commit dad128d2 authored by ReformCopyright's avatar ReformCopyright
Browse files

Reset label to "Opponent N" when clearing a slot.

parent 9b0b2d5c
No related branches found
No related tags found
No related merge requests found
......@@ -499,6 +499,7 @@ MainSelectScreenDisplay.prototype.update = function (player) {
if (!player) {
this.hideBubble();
this.clearPose();
this.label.html("Opponent " + this.slot);
/* change the button */
this.selectButton.html("Select Opponent");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment