mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +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;
|
||||
}
|
||||
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)
|
||||
config.success(this);
|
||||
this.loaded = true;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -7591,7 +7591,7 @@ var spine;
|
||||
skeleton.y = config.y;
|
||||
}
|
||||
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)
|
||||
config.success(this);
|
||||
this.loaded = true;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user