Exemplo n.º 1
0
 public void changeGravity(Vector2 dir)    //Change the gravity
 {
     pm.changeGravity(dir);
 }