📅  最后修改于: 2022-03-11 14:57:22.153000             🧑  作者: Mango
//first try adding the physics engines
const Engine = Matter.Engine;
const World= Matter.World;
const Bodies = Matter.Bodies;
const Constraint = Matter.Constraint;
//copy and paste the part above