Adding wokalist type checking on front
Additionally, we are making superLoad.json accept a new "immediateCallback" parameter that resolves during the event handler (and not after)
This commit is contained in:
@@ -119,7 +119,6 @@ export class Loader {
|
||||
}
|
||||
|
||||
public resize(): void {
|
||||
console.log("RESIZE TRIGGERED");
|
||||
const loadingBarWidth: number = Math.floor(this.scene.game.renderer.width / 3);
|
||||
|
||||
this.progressContainer.clear();
|
||||
|
||||
Reference in New Issue
Block a user