feat(skadi): update assets

This commit is contained in:
Haoyu Xu
2021-08-02 17:31:14 -04:00
parent dcf1855d9c
commit b2c8b18acc
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
2.0.3 2.0.4

View File

@@ -57,6 +57,7 @@ if (!supportsWebGL()) {
backgroundColor: "#00000000", backgroundColor: "#00000000",
viewport: window.operatorSettings.viewport, viewport: window.operatorSettings.viewport,
showControls: showControls, showControls: showControls,
touch: showControls,
fps: window.operatorSettings.fps, fps: window.operatorSettings.fps,
defaultMix: window.operatorSettings.defaultMix, defaultMix: window.operatorSettings.defaultMix,
success: function (e) { success: function (e) {
@@ -73,10 +74,9 @@ if (!supportsWebGL()) {
spinePlayer: spinePlayer, spinePlayer: spinePlayer,
operatorSettings: window.operatorSettings operatorSettings: window.operatorSettings
}); });
settings.setup()
} }
settings.setup()
// wallpaper engine // wallpaper engine
window.wallpaperPropertyListener = { window.wallpaperPropertyListener = {
applyGeneralProperties: function (properties) { applyGeneralProperties: function (properties) {