From e290569748c8e653395697df598a2ef43b5a8682 Mon Sep 17 00:00:00 2001 From: Davide Tantillo Date: Wed, 5 Jun 2024 14:43:56 +0200 Subject: [PATCH] [ts][pixi] Add feature to attach pixi objects to slots [ts][pixi] Format fix [ts][pixi] Format fix [ts][pixi] Use world scale for slot object. --- spine-ts/index.html | 1 + .../spine-pixi/example/assets/spine_logo.png | Bin 0 -> 3495 bytes spine-ts/spine-pixi/example/slot-objects.html | 125 ++++++++++++++++++ spine-ts/spine-pixi/src/Spine.ts | 87 +++++++++++- 4 files changed, 210 insertions(+), 3 deletions(-) create mode 100644 spine-ts/spine-pixi/example/assets/spine_logo.png create mode 100644 spine-ts/spine-pixi/example/slot-objects.html diff --git a/spine-ts/index.html b/spine-ts/index.html index a6f7969ad..a37e1a52f 100644 --- a/spine-ts/index.html +++ b/spine-ts/index.html @@ -43,6 +43,7 @@

spine-ts Examples

  • Physics II
  • Physics III
  • Physics IV
  • +
  • Slot Objects
  • Phaser