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