added sass loader to the project and put the cowebsite style in its own sass file
This commit is contained in:
parent
f9c8b4131c
commit
0701e607fa
9 changed files with 352 additions and 82 deletions
|
@ -1,5 +1,7 @@
|
|||
import 'phaser';
|
||||
import GameConfig = Phaser.Types.Core.GameConfig;
|
||||
import "../dist/resources/style/index.scss";
|
||||
|
||||
import {DEBUG_MODE, JITSI_URL, RESOLUTION} from "./Enum/EnvironmentVariable";
|
||||
import {LoginScene} from "./Phaser/Login/LoginScene";
|
||||
import {ReconnectingScene} from "./Phaser/Reconnecting/ReconnectingScene";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue