Second pass on css and reportMenu
This commit is contained in:
parent
4c3097155b
commit
ac825bf725
@ -7,7 +7,7 @@
|
|||||||
import {loginSceneVisibleStore} from "../../Stores/LoginSceneStore";
|
import {loginSceneVisibleStore} from "../../Stores/LoginSceneStore";
|
||||||
import {selectCharacterSceneVisibleStore} from "../../Stores/SelectCharacterStore";
|
import {selectCharacterSceneVisibleStore} from "../../Stores/SelectCharacterStore";
|
||||||
import {SelectCharacterScene, SelectCharacterSceneName} from "../../Phaser/Login/SelectCharacterScene";
|
import {SelectCharacterScene, SelectCharacterSceneName} from "../../Phaser/Login/SelectCharacterScene";
|
||||||
import {connectionManager} from "../../Connexion/ConnectionManager";
|
//import {connectionManager} from "../../Connexion/ConnectionManager";
|
||||||
|
|
||||||
|
|
||||||
function disableMenuStores(){
|
function disableMenuStores(){
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
import {showReportScreenStore} from "../../Stores/ShowReportScreenStore";
|
import {showReportScreenStore} from "../../Stores/ShowReportScreenStore";
|
||||||
import {gameManager} from "../../Phaser/Game/GameManager";
|
import {gameManager} from "../../Phaser/Game/GameManager";
|
||||||
|
|
||||||
export let userUUID: string;
|
export let userUUID: string | undefined;
|
||||||
let reportMessage: string;
|
let reportMessage: string;
|
||||||
let hiddenError = true;
|
let hiddenError = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user