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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user