feat(server): finish server part (2/2)

This commit is contained in:
Halyul
2021-05-31 22:37:04 -04:00
parent bec0564f20
commit dcf8b27bde
7 changed files with 974 additions and 49 deletions

View File

@@ -51,7 +51,8 @@ if (!supportsWebGL()) {
var resetTime = window.performance.now();
var spinePlayer = new spine.SpinePlayer(e, {
jsonUrl: window.settings.jsonUrl,
jsonUrl: window.settings.jsonUrl,
skelUrl: window.settings.skelUrl,
atlasUrl: window.settings.atlasUrl,
animation: window.settings.animation,
rawDataURIs: window.operator,