Moving styles out of the "dist/" directory

This commit is contained in:
David Négrier 2021-05-17 16:16:18 +02:00
parent 79935593e2
commit 7cc1e5b2c6
8 changed files with 28 additions and 28 deletions

View file

@ -1,6 +1,6 @@
import 'phaser';
import GameConfig = Phaser.Types.Core.GameConfig;
import "../dist/resources/style/index.scss";
import "../style/index.scss";
import {DEBUG_MODE, isMobile} from "./Enum/EnvironmentVariable";
import {LoginScene} from "./Phaser/Login/LoginScene";