From e01ba364dfa4d06de0631996ce1f8449a581b4a4 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 12 Sep 2022 14:01:30 +0200 Subject: [PATCH] [ts][webgl] Added example demonstrating how to drag bones. Closes #2151. --- spine-ts/index.html | 1 + .../spine-webgl/example/bone-dragging.html | 126 ++++++++++++++++++ 2 files changed, 127 insertions(+) create mode 100644 spine-ts/spine-webgl/example/bone-dragging.html diff --git a/spine-ts/index.html b/spine-ts/index.html index 5cc8384ef..94fe9779c 100644 --- a/spine-ts/index.html +++ b/spine-ts/index.html @@ -30,6 +30,7 @@
  • Mix & match
  • Drag & drop
  • Dress-up
  • +
  • Bone dragging
  • Additive blending
  • Clipping
  • Hoverboard
  • diff --git a/spine-ts/spine-webgl/example/bone-dragging.html b/spine-ts/spine-webgl/example/bone-dragging.html new file mode 100644 index 000000000..c91dfbc46 --- /dev/null +++ b/spine-ts/spine-webgl/example/bone-dragging.html @@ -0,0 +1,126 @@ + + + + + + + + + + \ No newline at end of file