share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/desert02.lua
changeset 13583 141cdfe0f3ca
parent 12587 0b27d8b4f8e7
child 13816 373813316812
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
    29 hero.name = loc("Hog Solo")
    29 hero.name = loc("Hog Solo")
    30 hero.x = 1600
    30 hero.x = 1600
    31 hero.y = 1950
    31 hero.y = 1950
    32 hero.dead = false
    32 hero.dead = false
    33 teamA.name = loc("Hog Solo")
    33 teamA.name = loc("Hog Solo")
    34 teamA.color = tonumber("38D61C",16) -- green
    34 teamA.color = -6
    35 -- way points
    35 -- way points
    36 local current waypoint = 1
    36 local current waypoint = 1
    37 local waypoints = {
    37 local waypoints = {
    38 	[1] = {x=1450, y=140},
    38 	[1] = {x=1450, y=140},
    39 	[2] = {x=990, y=580},
    39 	[2] = {x=990, y=580},