phaser plugin follow:跟踪另一个对象的位置 源码
Phaser 3关注插件 new Phaser . Game ( { plugins : { scene : [ { key : 'FollowPlugin' , plugin : PhaserFollowPlugin , mapping : 'follow' } ] } } ) ; PhaserFollowPlugin是对插件类的全局引用。 软件包模块导出相同的值。 在场景中: this . follow . add ( follower , { target : target , // Required. offsetX : 0 , offsetY : 0
文件列表
phaser-plugin-follow-master.zip
(预估有个13文件)
phaser-plugin-follow-master
.eslintrc.yml
296B
.babelrc
183B
package.json
893B
tests
.eslintrc.yml
174B
index.js
1KB
index.html
287B
package-lock.json
82KB
dist
暂无评论