Esempio n. 1
0
class bot5(Fly):
    curve = Curve(get_paths()[5].to_points(1000))
    target_indexes = range(5, 6)
Esempio n. 2
0
class bot3(Fly):
    curve = Curve(get_paths()[3].to_points(1000))
    target_indexes = range(3, 4)
Esempio n. 3
0
class bot4(Fly):
    curve = Curve(get_paths()[4].to_points(1000))
    target_indexes = range(4, 5)
Esempio n. 4
0
class bot1(Fly):
    curve = Curve(get_paths()[1].to_points(1000))
    target_indexes = range(1, 2)
Esempio n. 5
0
class bot2(Fly):
    curve = Curve(get_paths()[2].to_points(1000))
    target_indexes = range(2, 3)
Esempio n. 6
0
class bot8(Fly):
    curve = Curve(get_paths()[8].to_points(1000))
    target_indexes = range(8, 9)
Esempio n. 7
0
class bot0(Fly):
    curve = Curve(get_paths()[0].to_points(1000))
    target_indexes = range(0, 1)
Esempio n. 8
0
class bot7(Fly):
    curve = Curve(get_paths()[7].to_points(1000))
    target_indexes = range(7, 8)
Esempio n. 9
0
class bot6(Fly):
    curve = Curve(get_paths()[6].to_points(1000))
    target_indexes = range(6, 7)
Esempio n. 10
0
class bot3(Fly):
    duration = 10
    curve = Curve(get_paths()[3].to_points(1000))
    target_indexes = range(2, 3)
Esempio n. 11
0
class bot2(Fly):
    duration = 10
    curve = Curve(get_paths()[2].to_points(1000))
    target_indexes = range(1, 2)
Esempio n. 12
0
class bot1(Fly):
    duration = 10
    curve = Curve(get_paths()[1].to_points(1000))
    target_indexes = range(0, 1)