[ts] Updated spine-ts build artifacts

This commit is contained in:
badlogic 2016-09-05 11:06:41 +02:00
parent 5da73d9f1b
commit 2f300f7f01
3 changed files with 3 additions and 3 deletions

View File

@ -5366,7 +5366,7 @@ var spine;
var logoHeight = this.logo.getImage().height;
var spinnerWidth = this.spinner.getImage().width;
var spinnerHeight = this.spinner.getImage().height;
var margin = 15;
var margin = 25;
var height = logoHeight + margin + spinnerHeight;
renderer.begin();
renderer.drawTexture(this.logo, canvas.width / 2 - logoWidth / 2, canvas.height / 2 + height / 2 - logoHeight, logoWidth, logoHeight);

View File

@ -4943,7 +4943,7 @@ var spine;
var logoHeight = this.logo.getImage().height;
var spinnerWidth = this.spinner.getImage().width;
var spinnerHeight = this.spinner.getImage().height;
var margin = 15;
var margin = 25;
var height = logoHeight + margin + spinnerHeight;
renderer.begin();
renderer.drawTexture(this.logo, canvas.width / 2 - logoWidth / 2, canvas.height / 2 + height / 2 - logoHeight, logoWidth, logoHeight);

View File

@ -4943,7 +4943,7 @@ var spine;
var logoHeight = this.logo.getImage().height;
var spinnerWidth = this.spinner.getImage().width;
var spinnerHeight = this.spinner.getImage().height;
var margin = 15;
var margin = 25;
var height = logoHeight + margin + spinnerHeight;
renderer.begin();
renderer.drawTexture(this.logo, canvas.width / 2 - logoWidth / 2, canvas.height / 2 + height / 2 - logoHeight, logoWidth, logoHeight);