share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua
changeset 13583 141cdfe0f3ca
parent 12587 0b27d8b4f8e7
child 13740 2bb7141496a9
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
    39 	}
    39 	}
    40 }
    40 }
    41 -- teams
    41 -- teams
    42 local teamA = {
    42 local teamA = {
    43 	name = loc("Hog Solo"),
    43 	name = loc("Hog Solo"),
    44 	color = tonumber("38D61C",16) -- green
    44 	color = -6
    45 }
    45 }
    46 local teamB = {
    46 local teamB = {
    47 	name = loc("Crazy Runner"),
    47 	name = loc("Crazy Runner"),
    48 	color = tonumber("0072FF",16) -- blue
    48 	color = -2
    49 }
    49 }
    50 
    50 
    51 -------------- LuaAPI EVENT HANDLERS ------------------
    51 -------------- LuaAPI EVENT HANDLERS ------------------
    52 
    52 
    53 function onGameInit()
    53 function onGameInit()