PlayerCollisionLine_end.js 175 B

123456789101112
  1. cc.Class({
  2. extends: cc.Component,
  3. properties: {
  4. },
  5. start : function() {
  6. this.LevelIdex=0;
  7. },
  8. onCollisionEnter: function (other) {
  9. },
  10. });