mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[ts] Updated JS builds.
This commit is contained in:
parent
94f100a1cf
commit
3fd5c62588
@ -8016,7 +8016,7 @@ var spine;
|
|||||||
skeleton.y = config.y;
|
skeleton.y = config.y;
|
||||||
}
|
}
|
||||||
var animationState = this.state = new spine.AnimationState(new spine.AnimationStateData(skeleton.data));
|
var animationState = this.state = new spine.AnimationState(new spine.AnimationStateData(skeleton.data));
|
||||||
animationState.setAnimation(0, config.animation, true);
|
animationState.setAnimation(0, config.animation, config.loop);
|
||||||
if (config.success)
|
if (config.success)
|
||||||
config.success(this);
|
config.success(this);
|
||||||
this.loaded = true;
|
this.loaded = true;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -7591,7 +7591,7 @@ var spine;
|
|||||||
skeleton.y = config.y;
|
skeleton.y = config.y;
|
||||||
}
|
}
|
||||||
var animationState = this.state = new spine.AnimationState(new spine.AnimationStateData(skeleton.data));
|
var animationState = this.state = new spine.AnimationState(new spine.AnimationStateData(skeleton.data));
|
||||||
animationState.setAnimation(0, config.animation, true);
|
animationState.setAnimation(0, config.animation, config.loop);
|
||||||
if (config.success)
|
if (config.success)
|
||||||
config.success(this);
|
config.success(this);
|
||||||
this.loaded = true;
|
this.loaded = true;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user