Skip to content

Use static key property on animations

Spencer Williams requested to merge store-animation-key into master
  • This helps to define which animations are supported by a sprite.
  • It would be ideal to have just one place where the animation keys are defined, but right now they are in the Sprite and Animation classes.

Merge request reports