Commit ccd21ef2 authored by wangxin's avatar wangxin

Update Scene.js

parent 66624a0f
......@@ -66,6 +66,11 @@ cc.Class({
this.data = JSON.parse(JSON.stringify(this.data));
// this.preloadItem()
if (window && window["air"]) {
window["air"].hideAirClassLoading();
}
const labelNode = new cc.Node();
labelNode.color = cc.Color.YELLOW;
const label = labelNode.addComponent(cc.Label);
......
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