Skip to content

Files

Latest commit

 

History

History
30 lines (18 loc) · 868 Bytes

alpha-adjust.md

File metadata and controls

30 lines (18 loc) · 868 Bytes

透明度调节 Difficulty

Alpha Adjust

描述

学习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'

扩展阅读

致谢

Davit Masia for the game assets