share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua
changeset 12515 2df340544f25
parent 12468 d652c6f5d5f1
child 12538 952afc3d2df2
equal deleted inserted replaced
12514:d89dabfd07ce 12515:2df340544f25
    43 	name = loc("Hog Solo"),
    43 	name = loc("Hog Solo"),
    44 	color = tonumber("38D61C",16) -- green
    44 	color = tonumber("38D61C",16) -- green
    45 }
    45 }
    46 local teamB = {
    46 local teamB = {
    47 	name = loc("Crazy Runner"),
    47 	name = loc("Crazy Runner"),
    48 	color = tonumber("FF0000",16) -- red
    48 	color = tonumber("0072FF",16) -- blue
    49 }
    49 }
    50 
    50 
    51 -------------- LuaAPI EVENT HANDLERS ------------------
    51 -------------- LuaAPI EVENT HANDLERS ------------------
    52 
    52 
    53 function onGameInit()
    53 function onGameInit()