Fix showing win text
This commit is contained in:
parent
271d4ba171
commit
3dd3e21bb8
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ export class Game extends CommandReceiver {
|
|||
this.socket?.close();
|
||||
this.gameObjects = new GameObjectContainer(this);
|
||||
this.overlay.innerHTML = '';
|
||||
this.lastAnnouncementText = '';
|
||||
this.overlay.appendChild(this.progressBar);
|
||||
this.announcementText.innerText = '';
|
||||
this.overlay.appendChild(this.announcementText);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue