public void SetCoord(float x, float y, float frameCount, float easing)
 {
     character.SetCoord(x, y, frameCount, easing);
 }