Commit 6945f6fb authored by Tt's avatar Tt

界面基本刷新完成

parent ca6a8d11
This diff is collapsed.
This diff is collapsed.
...@@ -232,6 +232,9 @@ pg.view = { ...@@ -232,6 +232,9 @@ pg.view = {
skl.setAnimation(0, aniName, loop); skl.setAnimation(0, aniName, loop);
return skl; return skl;
}, },
cloneNode(node) {
return cc.instantiate(node);
}
} }
//加载 未封装bundle //加载 未封装bundle
pg.load = { pg.load = {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment