Skip to content
Snippets Groups Projects
Commit 37299595 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #fe background initial redraw

parent 6052f3a7
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ export default class BackgroundScene extends Phaser.Scene { ...@@ -44,7 +44,7 @@ export default class BackgroundScene extends Phaser.Scene {
// this.scale.displaySize.setAspectRatio( // this.scale.displaySize.setAspectRatio(
// this.cameras.main.width / this.cameras.main.height, // this.cameras.main.width / this.cameras.main.height,
// ); // );
// this.scale.refresh(); this.scale.refresh();
this.scene.launch("welcome"); this.scene.launch("welcome");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment