parent
fa3ffe4d7a
commit
c8692a08ce
6 changed files with 23 additions and 39 deletions
|
@ -5,7 +5,7 @@ import Sprite = Phaser.GameObjects.Sprite;
|
|||
import Container = Phaser.GameObjects.Container;
|
||||
import {gameManager} from "../Game/GameManager";
|
||||
import {localUserStore} from "../../Connexion/LocalUserStore";
|
||||
import {addLoader, endLoader} from "../Components/Loader";
|
||||
import {addLoader} from "../Components/Loader";
|
||||
import {BodyResourceDescriptionInterface} from "../Entity/PlayerTextures";
|
||||
import {AbstractCharacterScene} from "./AbstractCharacterScene";
|
||||
import {areCharacterLayersValid} from "../../Connexion/LocalUser";
|
||||
|
@ -112,8 +112,6 @@ export class CustomizeScene extends AbstractCharacterScene {
|
|||
this.moveLayers();
|
||||
this.updateSelectedLayer();
|
||||
}
|
||||
|
||||
endLoader(this);
|
||||
}
|
||||
|
||||
private moveCursorHorizontally(index: number): void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue