vy -= (mspeed*Math.cos(p1.rotation*(Math.PI/180)))*ms/100;
vx +=(mspeed*Math.sin(p1.rotation*(Math.PI/180)))*ms/100;
ms=0;//动力加速度
mspeed=0.98;//惯性/漂移因子
vx +=(mspeed*Math.sin(p1.rotation*(Math.PI/180)))*ms/100;
ms=0;//动力加速度
mspeed=0.98;//惯性/漂移因子