Exemple #1
0
 /**
  * Set the animation of the player
  *
  * @param key The desired animation
  */
 public final void setAnimationKey(final AnimationKey key) {
   super.getSpritesheet().setKey(key);
 }