share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit03.lua
changeset 13583 141cdfe0f3ca
parent 12971 f306a0c2899c
child 13685 09ea1faf97ca
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
    57 	{name = loc("Hog EOF"), x = 1200, y = 560},
    57 	{name = loc("Hog EOF"), x = 1200, y = 560},
    58 }
    58 }
    59 -- teams
    59 -- teams
    60 local teamA = {
    60 local teamA = {
    61 	name = loc("Hog Solo"),
    61 	name = loc("Hog Solo"),
    62 	color = tonumber("38D61C",16) -- green
    62 	color = -6
    63 }
    63 }
    64 local teamB = {
    64 local teamB = {
    65 	-- Red Strawberries 1
    65 	-- Red Strawberries 1
    66 	name = loc("RS1"),
    66 	name = loc("RS1"),
    67 	color = tonumber("FF0000",16) -- red
    67 	color = -1
    68 }
    68 }
    69 local teamC = {
    69 local teamC = {
    70 	-- Red Strawberries 2
    70 	-- Red Strawberries 2
    71 	name = loc("RS2"),
    71 	name = loc("RS2"),
    72 	color = tonumber("FF0000",16) -- red
    72 	color = -1
    73 }
    73 }
    74 
    74 
    75 -------------- LuaAPI EVENT HANDLERS ------------------
    75 -------------- LuaAPI EVENT HANDLERS ------------------
    76 
    76 
    77 function onGameInit()
    77 function onGameInit()