share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice02.lua
changeset 13583 141cdfe0f3ca
parent 12909 b5d3b79c90cf
child 13740 2bb7141496a9
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
    39 hero.dead = false
    39 hero.dead = false
    40 ally.name = loc("Paul McHoggy")
    40 ally.name = loc("Paul McHoggy")
    41 ally.x = 860
    41 ally.x = 860
    42 ally.y = 130
    42 ally.y = 130
    43 teamA.name = loc("Hog Solo")
    43 teamA.name = loc("Hog Solo")
    44 teamA.color = 0x38D61C -- green
    44 teamA.color = -6
    45 teamB.name = loc("Allies")
    45 teamB.name = loc("Allies")
    46 teamB.color = 0x38D61C -- green
    46 teamB.color = -6
    47 -- way points
    47 -- way points
    48 local current waypoint = 1
    48 local current waypoint = 1
    49 local waypoints = {
    49 local waypoints = {
    50 	[1] = {x=1450, y=140},
    50 	[1] = {x=1450, y=140},
    51 	[2] = {x=990, y=580},
    51 	[2] = {x=990, y=580},