【发布时间】:2021-10-14 01:29:34
【问题描述】:
移相器游戏未启动错误
import Game1 from "phaser/src/core/Game";
import { Game } from "phaser";
console.log(Game1, Game);
const app = new Game1(gameSettings);
但是当我尝试直接使用phaser js中的那个时,没有发现错误
import { Game } from "phaser";
const app = new Game(gameSettings);
提前感谢您回答我做错了什么。
【问题讨论】:
标签: html5-canvas phaser-framework