phaser tutorial typescript 源码
移相器3 + TypeScript +包裹模板 对于那些想花时间在TypeScript中制作Phaser 3游戏而不是配置构建工具的人。 这是特定于分支。 先决条件 您将需要安装 , 和 。 强烈建议使用(nvm)安装Node.js和npm。 对于Windows用户,有Windows的。 使用nvm安装Node.js和npm : nvm install node nvm use node 对于nvm-windows将'node'替换为'latest'。 然后安装Parcel: npm install -g parcel-bundler 入门 将此存储库克隆到本地计算机: git clone https://github.com/ourcade/phaser3-typescript-parcel-template.git 这将创建一个名为phaser3-typescrip
文件列表
phaser-tutorial-typescript-master.zip
(预估有个26文件)
phaser-tutorial-typescript-master
package.json
1004B
readme.md
4KB
LICENSE
1KB
package-lock.json
52KB
src
scenes
Preloader.ts
1KB
Game.ts
5KB
index.html
128B
暂无评论