AiPlayerStates.js 212 B

12345678910111213
  1. cc.Class({
  2. extends: require("BasePlayerStates"),
  3. properties: {
  4. },
  5. init()
  6. {
  7. this._super();
  8. this.endLineStopPoint = 20+(70/2)-35;
  9. this.handrailExtlen = 350;
  10. }
  11. });