mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Update SpineGameObject.js
This commit is contained in:
parent
1cee183703
commit
8c154e0928
1 changed files with 1 additions and 1 deletions
|
@ -513,9 +513,9 @@ var SpineGameObject = new Class({
|
|||
* @since 3.19.0
|
||||
*
|
||||
* @param {string} atlasDataKey - The key of the Spine data to use for this Skeleton.
|
||||
* @param {object} skeletonJSON - The JSON data for the Skeleton.
|
||||
* @param {string} [animationName] - Optional name of the animation to set on the Skeleton.
|
||||
* @param {boolean} [loop=false] - Should the animation, if set, loop or not?
|
||||
* @param {object} [skeletonJSON] - The JSON data for the Skeleton.
|
||||
*
|
||||
* @return {this} This Game Object.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue