Beispiel #1
0
 public void PlayJumpAnimation(float xOffset, float yOffset)
 {
     upper.PlayJumpAnimation();
     center.PlayJumpAnimation();
     lower.PlayJumpAnimation();
     OffsetAnimation(xOffset, yOffset);
 }