Skip to content

Commit

Permalink
[ts] Release 4.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jul 12, 2023
1 parent 9ce4b14 commit 045e155
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 36 deletions.
34 changes: 17 additions & 17 deletions spine-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spine-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-ts",
"version": "4.1.35",
"version": "4.1.36",
"description": "The official Spine Runtimes for the web.",
"files": [
"README.md"
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-canvas/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-canvas",
"version": "4.1.35",
"version": "4.1.36",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.35"
"@esotericsoftware/spine-core": "4.1.36"
}
}
2 changes: 1 addition & 1 deletion spine-ts/spine-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-core",
"version": "4.1.35",
"version": "4.1.36",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
9 changes: 6 additions & 3 deletions spine-ts/spine-phaser/example/basic-example.html
Expand Up @@ -22,13 +22,16 @@ <h1>Basic example</h1>

create() {
const spineboy = this.add.spine(400, 500, 'spineboy-data', "spineboy-atlas");
spineboy.scale = 0.5;
spineboy.setInteractive();
spineboy.displayWidth = 200;
spineboy.displayHeight = spineboy.height / spineboy.width * 200;
this.input.enableDebug(spineboy, 0xff00ff);
spineboy.animationState.setAnimation(0, "walk", true);
}
}

new Phaser.Game({
type: Phaser.AUTO,
type: Phaser.AUTO,
width: 800,
height: 600,
type: Phaser.WEBGL,
Expand Down
8 changes: 4 additions & 4 deletions spine-ts/spine-phaser/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-phaser",
"version": "4.1.35",
"version": "4.1.36",
"description": "The official Spine Runtimes for the Phaser.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.35",
"@esotericsoftware/spine-webgl": "4.1.35",
"@esotericsoftware/spine-canvas": "4.1.35"
"@esotericsoftware/spine-core": "4.1.36",
"@esotericsoftware/spine-webgl": "4.1.36",
"@esotericsoftware/spine-canvas": "4.1.36"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-pixi/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-pixi",
"version": "4.1.35",
"version": "4.1.36",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.35"
"@esotericsoftware/spine-core": "4.1.36"
},
"peerDependencies": {
"@pixi/core": "^7.2.4",
Expand Down
4 changes: 2 additions & 2 deletions spine-ts/spine-player/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-player",
"version": "4.1.35",
"version": "4.1.36",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-webgl": "4.1.35"
"@esotericsoftware/spine-webgl": "4.1.36"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-threejs/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-threejs",
"version": "4.1.35",
"version": "4.1.36",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.35"
"@esotericsoftware/spine-core": "4.1.36"
}
}
4 changes: 2 additions & 2 deletions spine-ts/spine-webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@esotericsoftware/spine-webgl",
"version": "4.1.35",
"version": "4.1.36",
"description": "The official Spine Runtimes for the web.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,6 +30,6 @@
},
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
"dependencies": {
"@esotericsoftware/spine-core": "4.1.35"
"@esotericsoftware/spine-core": "4.1.36"
}
}

0 comments on commit 045e155

Please sign in to comment.