share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua
changeset 13583 141cdfe0f3ca
parent 13162 9ec7d2fb9da7
child 13740 2bb7141496a9
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
    81 guard2.name = loc("Sam")
    81 guard2.name = loc("Sam")
    82 guard2.x = 3400
    82 guard2.x = 3400
    83 guard2.y = 1800
    83 guard2.y = 1800
    84 -- Planetary Association of the Hedgehogs
    84 -- Planetary Association of the Hedgehogs
    85 teamA.name = loc("PAotH")
    85 teamA.name = loc("PAotH")
    86 teamA.color = 0x38D61C -- green
    86 teamA.color = -6
    87 teamB.name = loc("Guards")
    87 teamB.name = loc("Guards")
    88 teamB.color = 0x0072FF -- blue
    88 teamB.color = -2
    89 teamC.name = loc("Hog Solo")
    89 teamC.name = loc("Hog Solo")
    90 teamC.color = 0x38D61C -- green
    90 teamC.color = -6
    91 
    91 
    92 -------------- LuaAPI EVENT HANDLERS ------------------
    92 -------------- LuaAPI EVENT HANDLERS ------------------
    93 function onGameInit()
    93 function onGameInit()
    94 	-- get the check point
    94 	-- get the check point
    95 	if tonumber(GetCampaignVar("CosmosCheckPoint")) then
    95 	if tonumber(GetCampaignVar("CosmosCheckPoint")) then