舰R百科是靠无数自愿编辑者持续地建设更新完善的。编辑非常简单,无需代码知识,请勇于更新页面!
编辑入门 | 资助百科 | 留言讨论页 | 微博@舰R百科 | 百科编辑讨论Q群:366818861

微件:Chibi:修订间差异

跳转到导航 跳转到搜索
添加126字节 、​ 2020年7月9日 (星期四)
无编辑摘要
无编辑摘要
无编辑摘要
第3行: 第3行:
     <script src="https://cdn.jsdelivr.net/gh/pixijs/pixi-spine/bin/pixi-spine.js"></script>  
     <script src="https://cdn.jsdelivr.net/gh/pixijs/pixi-spine/bin/pixi-spine.js"></script>  
<script>  
<script>  
     function chibiAnimation(index) {  
     function chibiAnimation(index, isMobile) {  
         document.getElementById("chibiLoad_" + index).style.display = "none";
         document.getElementById("chibiLoad_" + index).style.display = "none";


第16行: 第16行:
             transparent:true
             transparent:true
         });
         });
         document.getElementById("chibiDiv_" + index).appendChild(app.view);
         if (isMobile==1) { document.getElementById("chibiDivMobile_" + index).appendChild(app.view); }
            else { document.getElementById("chibiDiv_" + index).appendChild(app.view); }


         app.stop();
         app.stop();
18,609

个编辑

导航菜单