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:
parent
c41c058fb0
commit
4de9b8ba40
4 changed files with 4 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue