helialprofile.png
Welcome to IOPWiki, Commander. You can contribute to this wiki without an account. Learn how to contribute and join our Discord server.

Changes

Jump to navigation Jump to search

MediaWiki:Gadget-artTab.js

229 bytes added, 00:19, 9 March 2018
Debugging
console.log(window.gfUtils);
console.log(window.gfUtils.live2dUtils);
mw.loader.using('ext.gadget.live2d').then( function () { console.log(window); console.log(window.gfUtils); console.log(window.gfUtils.live2dUtils); window.gfUtils.live2dUtils.loadLive2dGirl($(artTabDiv).find('.artTabContent'), tdoll, costume, variant, function(live2dData) { view.closest(".artTab").removeClass("loading"); stage.addChild(live2dData); }, function(x,y,z) { view.closest(".artTab").removeClass("loading"); console("Failed loading Live2D", x, y, z); });
});
});

Navigation menu