diff --git a/spine-ts/index.html b/spine-ts/index.html index 1aa0a2cd2..96ec01a2d 100644 --- a/spine-ts/index.html +++ b/spine-ts/index.html @@ -25,6 +25,7 @@
Click/touch to set the aim
+ + + + + + \ No newline at end of file diff --git a/spine-ts/spine-canvaskit/example/mix-and-match.html b/spine-ts/spine-canvaskit/example/mix-and-match.html index 5aa4aeed5..b1f0b7f9e 100644 --- a/spine-ts/spine-canvaskit/example/mix-and-match.html +++ b/spine-ts/spine-canvaskit/example/mix-and-match.html @@ -56,7 +56,7 @@ // Set the skin and the skeleton to the setup pose drawable.skeleton.setSkin(skin); - drawable.skeleton.setToSetupPose(); + drawable.skeleton.setSlotsToSetupPose(); const renderer = new spine.SkeletonRenderer(ck); let lastTime = performance.now();