FIX: resizing on wide screen on chrome now use the correct coordinates
This commit is contained in:
parent
dc1a5da175
commit
99e6743c01
2 changed files with 8 additions and 2 deletions
|
@ -140,7 +140,7 @@ export class MenuScene extends Phaser.Scene {
|
|||
this.warningContainer?.destroy();
|
||||
this.warningContainer = null
|
||||
this.warningContainerTimeout = null
|
||||
}, 2000);
|
||||
}, 120000);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue