arcade-polygons-plugin:Phaser中用于街机物理的多边形

时间:2024-02-24 05:54:29
【文件属性】:

文件名称:arcade-polygons-plugin:Phaser中用于街机物理的多边形

文件大小:58KB

文件格式:ZIP

更新时间:2024-02-24 05:54:29

phaser polygon arcade-polygons-plugin PhaserJavaScript

街机多边形插件 该插件将允许您向游戏中添加静态多边形,这些多边形将与精灵和组碰撞。 入门 1.将插件添加到游戏中,并在create方法中启用街机物理 // other code create : function ( ) { this . game . plugins . add ( Phaser . Plugin . ArcadePolygons ) this . physics . startSystem ( Phaser . Physics . Arcade ) // Create sprites and polygons below } , // other code 2.在子画面上启用街机物理,然后在create方法中对其启用多边形物理 // other code create : function ( ) { // previous code // Add a new sprite to the game world, using the graphics above this . player = this . game . add . sprit


【文件预览】:
arcade-polygons-plugin-master
----.gitignore(31B)
----package.json(1022B)
----src()
--------Overrides.js(4KB)
--------ArcadePolygons.js(3KB)
--------Facade.js(4KB)
----gulpfile.js(732B)
----dist()
--------arcade-polygons-plugin.min.js(15KB)
--------arcade-polygons-plugin.js(64KB)
----LICENSE(1KB)
----examples()
--------index.html(12KB)
--------styles.css(313B)
----README.md(3KB)
----.editorconfig(251B)
----yarn.lock(94KB)

网友评论