Chen Ling Xue Posted August 11, 2021 Share Posted August 11, 2021 The phaser game not starting error on import Game1 from "phaser/src/core/Game"; import { Game } from "phaser"; console.log(Game1, Game); const app = new Game1(gameSettings); But when I tried to check the output of the console, it gives the same instance but when I tried to make use the one from the phaser js directly, no error found import { Game } from "phaser"; const app = new Game(gameSettings); Thanks in advance for answers which part I do wrong. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.