1234567891011121314151617181920 |
- cc.Class({
- extends: cc.Component,
- properties: {
- getStarSkeleton: sp.Skeleton,
- starSkeleton: sp.Skeleton,
- // getStarAudio: cc.AudioSource,
- },
- // LIFE-CYCLE CALLBACKS:
- // onLoad () {},
- start () {
- },
- // update (dt) {},
- });
|