Merge pull request #670 from thecodingmachine/httpCypress

Removed cypress from the project
This commit is contained in:
Kharhamel
2021-01-28 15:03:12 +01:00
committed by GitHub
11 changed files with 0 additions and 1580 deletions
-3
View File
@@ -1,7 +1,6 @@
import 'phaser';
import GameConfig = Phaser.Types.Core.GameConfig;
import {DEBUG_MODE, JITSI_URL, RESOLUTION} from "./Enum/EnvironmentVariable";
import {cypressAsserter} from "./Cypress/CypressAsserter";
import {LoginScene} from "./Phaser/Login/LoginScene";
import {ReconnectingScene} from "./Phaser/Reconnecting/ReconnectingScene";
import {SelectCharacterScene} from "./Phaser/Login/SelectCharacterScene";
@@ -102,8 +101,6 @@ const config: GameConfig = {
}
};
cypressAsserter.gameStarted();
const game = new Phaser.Game(config);
window.addEventListener('resize', function (event) {