spine-game-object.rst 1.0 KB

123456789101112131415
  1. .. include:: ../_header.rst
  2. SpineGameObject
  3. ---------------
  4. `Spine <https://esotericsoftware.com>`_ is a popular and powerful editor for making 2D skeletal animations. It provides an `official runtime <https://esotericsoftware.com/spine-phaser>`_ for Phaser_.
  5. The `SpineGameObject <spine-game-object.html>`_ is a Phaser_ game object for display and control Spine_ animations.
  6. The Spine_ Phaser runtime provides a rich set of features for loading, controlling and customizing the Spine_ animations in a Phaser_ game. All these features are available to you via the runtime API. In |PhaserEditor|_, as a plus, we are including the basic and most important features into the visual tools. This is a gradual process, but the current set of Spine_ features supported by |PhaserEditor|_ will help you to integrate the Spine_ animations in your games and boost your productivity.
  7. Because this is a large topic, it has a `dedicated chapter <spine-animations.html>`_ in this documentation:
  8. `Learn more about Spine animations in Phaser Editor 2D <spine-animations.html>`_.