街机多边形插件 该插件将允许您向游戏中添加静态多边形,这些多边形将与精灵和组碰撞。 入门 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