equal
deleted
inserted
replaced
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() |