学习Phaser 3 的一个非常简单的游戏
你会学习创建和初始化 Phaser.Game 这个核心类 如果您对GameConfig对象有更深入的了解,将会看到所有设置Phaser.Game实例时可以选择的参数(请参阅扩展阅读)。
You will learn how to adjust the alpha value of a Phaser.GameObjects.Image and how to detect a mouse click.
在 webpack.config.js
文件中更改 entry 的值:
entry: './src/games/alpha-adjust/game.ts'