Merge
authorDavid Négrier <d.negrier@thecodingmachine.com>
Thu, 16 Apr 2020 20:44:31 +0000 (22:44 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Thu, 16 Apr 2020 20:44:31 +0000 (22:44 +0200)
1  2 
front/src/Phaser/Game/GameScene.ts

index 70467c7cad3442443e14167bd37cf28dcf742b89,a08c8fd2f34f33e86c97dbcb67f2a10cf47980f4..b615106fe8a25613f2fb2ac179bf9267a7f61a5f
@@@ -42,7 -43,8 +43,8 @@@ export class GameScene extends Phaser.S
  
      //hook preload scene
      preload(): void {
 -        let mapUrl = 'maps/map2.json';
+         cypressAsserter.preloadStarted();
 +        let mapUrl = 'maps/map.json';
          this.load.on('filecomplete-tilemapJSON-'+Textures.Map, (key: string, type: string, data: any) => {
              // Triggered when the map is loaded
              // Load tiles attached to the map recursively