Fix icon discussion

- Fix size of discussion icon
- Update x and y when page is resize
- Fix blanc link in chat
This commit is contained in:
Gregoire Parant 2021-02-03 23:11:33 +01:00
parent c41c058fb0
commit 4de9b8ba40
4 changed files with 4 additions and 5 deletions

View file

@ -1202,6 +1202,7 @@ export class GameScene extends ResizableScene implements CenterListener {
private reposition(): void {
this.presentationModeSprite.setY(this.game.renderer.height - 2);
this.chatModeSprite.setY(this.game.renderer.height - 2);
this.openChatIcon.setY(this.game.renderer.height - 2);
// Recompute camera offset if needed
this.updateCameraOffset();