share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/ice01.lua
changeset 13583 141cdfe0f3ca
parent 12933 e65aa3c3d4e6
child 13643 690cc84e9fd6
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
    71 bandit5.x = 3280
    71 bandit5.x = 3280
    72 bandit5.y = 600
    72 bandit5.y = 600
    73 bandit5.frozen = false
    73 bandit5.frozen = false
    74 bandit5.roundsToUnfreeze = 0
    74 bandit5.roundsToUnfreeze = 0
    75 teamA.name = loc("Allies")
    75 teamA.name = loc("Allies")
    76 teamA.color = 0x38D61C -- green
    76 teamA.color = -6
    77 teamB.name = loc("Frozen Bandits")
    77 teamB.name = loc("Frozen Bandits")
    78 teamB.color = 0x0072FF -- blue
    78 teamB.color = -2
    79 teamC.name = loc("Hog Solo")
    79 teamC.name = loc("Hog Solo")
    80 teamC.color = 0x38D61C -- green
    80 teamC.color = -6
    81 
    81 
    82 -------------- LuaAPI EVENT HANDLERS ------------------
    82 -------------- LuaAPI EVENT HANDLERS ------------------
    83 
    83 
    84 function onGameInit()
    84 function onGameInit()
    85 	Seed = 1
    85 	Seed = 1