@ydkishore30 wrote:
Hi guys,
When ever I am trying to run cocos studio.Its taking more time for opening.
Below is the base code.
//
cc.Class({
extends: cc.Component,properties: { label: { default: null, type: cc.Label }, text: 'Hello, World' }, // use this for initialization onLoad: function () { this.label.string = this.text; }, // called every frame update: function (dt) { },
});
//
below is the screen shot of the same
Posts: 1
Participants: 1