From 710fb93b9bbdafb4d12b788c983be94a3de79e61 Mon Sep 17 00:00:00 2001 From: Davide Tantillo Date: Fri, 18 Apr 2025 09:56:24 +0200 Subject: [PATCH] [ts] Update readme. --- spine-ts/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spine-ts/README.md b/spine-ts/README.md index 3d82879db..c9b75195d 100644 --- a/spine-ts/README.md +++ b/spine-ts/README.md @@ -9,7 +9,8 @@ up into multiple modules: 1. `spine-canvaskit/`, a self-contained [CanvasKit](https://skia.org/docs/user/modules/canvaskit/) backend, built on the core classes for CanvasKit, supporting both NodeJS for headless rendering, and browsers. 1. `spine-threejs/`, a self-contained [THREE.JS](https://threejs.org/) backend, built on the core classes. 1. `spine-player/`, a self-contained player to easily display Spine animations on your website, built on the core classes and WebGL backend. -1. `spine-phaser/`, a [Phaser](https://phaser.io/) backend, built on the core classes. +1. `spine-phaser-v3/`, a [Phaser v3](https://phaser.io/) backend, built on the core classes. +1. `spine-phaser-v4/`, a [Phaser v4](https://phaser.io/) backend, built on the core classes. 1. `spine-pixi-v7/`, a [PixiJS v7](https://pixijs.com/) backend, built on the core classes. 1. `spine-pixi-v8/`, a [PixiJS v8](https://pixijs.com/) backend, built on the core classes.