源战役客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

22 行
1.3 KiB

  1. Config.Horse_fly_info = {}
  2. --起跳点
  3. -- Config.Horse_fly_info.start_jump_point = {scene_id = 1001, x = 2742, y = 3143}
  4. --跳跃到哪个场景哪个点
  5. Config.Horse_fly_info.jump_point = {scene_id = 1001, x = 3035, y = 2553}
  6. Config.Horse_fly_info.list = {
  7. --创建坐骑
  8. {state_name = "creatHorse", x = 1530, y = 3157, horse_id = 1600080, birthAngle = -30},
  9. --让做起升起200高度
  10. {dir1 = 0, dir2 = 0, height_off = 0, move_time = -1, move_speed = 0},
  11. --坐骑冲出来接住主角
  12. {state_name = "catchMainRole", dir1 = -25, dir2 = -25, height_off = 0},
  13. --飞行路线控制
  14. {dir1 = -20, dir2 = -10, start_height = 0, height_off = 0, move_time = 0.8, move_speed = 1000},
  15. {dir1 = -10, dir2 = 140, start_height = 0, height_off = 30, move_time = 1.6, move_speed = 1000},
  16. {dir1 = 140, dir2 = 120, start_height = 30, height_off = 140, move_time = 0.9, move_speed = 1000},
  17. {dir1 = 120, dir2 = 70, start_height = 140, height_off = 200, move_time = 0.9, move_speed = 1000},
  18. --{dir1 = 10, dir2 = -10, start_height = 150, height_off = 150, move_time = 0.5, move_speed = 1000},
  19. --飞行到指定点停下
  20. {fly_end_pos = {x = 3729, y = 5045}, move_speed = 1000},
  21. --停留start_jump_time秒后 跳下x,y点
  22. {state_name = "jumpDownHorse", start_jump_time = 0.2, x = 4122, y = 5248},
  23. }