Open main menu

Changes

MediaWiki:Gadget-artTab.js

2 bytes added, 02:21, 14 January 2018
m
Typo
json = data;
json.model = curl(modelId + "_live2d_model.moc" + ".skel");
if (json.hasOwnProperty('physics')) { json.physics = curl(modelId + "_live2d_physics" + ".txt"); } if (json.hasOwnProperty('pose')) { json.pose = curl(modelId + "_live2d_pose" + ".txt"); }
for (var idx=0; idx < json.textures.length; idx++) {