mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-11 17:48:45 +08:00
[ts] Updated spine-ts build artifacts
This commit is contained in:
parent
5da73d9f1b
commit
2f300f7f01
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user