StarMask.js 283 B

1234567891011121314151617181920
  1. cc.Class({
  2. extends: cc.Component,
  3. properties: {
  4. getStarSkeleton: sp.Skeleton,
  5. starSkeleton: sp.Skeleton,
  6. // getStarAudio: cc.AudioSource,
  7. },
  8. // LIFE-CYCLE CALLBACKS:
  9. // onLoad () {},
  10. start () {
  11. },
  12. // update (dt) {},
  13. });