Esempio n. 1
0
 void Flip()
 {
     status.setFacingRight(!status.getFacingRight());
     transform.Rotate(0f, 180f, 0f);
 }