share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/cosmos.lua
changeset 12515 2df340544f25
parent 12514 d89dabfd07ce
child 12516 90569bd07627
equal deleted inserted replaced
12514:d89dabfd07ce 12515:2df340544f25
    73 guard2.x = 3400
    73 guard2.x = 3400
    74 guard2.y = 1800
    74 guard2.y = 1800
    75 teamA.name = loc("PAotH")
    75 teamA.name = loc("PAotH")
    76 teamA.color = tonumber("FF0000",16) -- red
    76 teamA.color = tonumber("FF0000",16) -- red
    77 teamB.name = loc("Guards")
    77 teamB.name = loc("Guards")
    78 teamB.color = tonumber("0033FF",16) -- blue
    78 teamB.color = tonumber("0072FF",16) -- blue
    79 teamC.name = loc("Hog Solo")
    79 teamC.name = loc("Hog Solo")
    80 teamC.color = tonumber("38D61C",16) -- green
    80 teamC.color = tonumber("38D61C",16) -- green
    81 
    81 
    82 -------------- LuaAPI EVENT HANDLERS ------------------
    82 -------------- LuaAPI EVENT HANDLERS ------------------
    83 function onGameInit()
    83 function onGameInit()