share/hedgewars/Data/Scripts/Multiplayer/ShoppaMap.lua
changeset 8981 6213f45b5ead
parent 8980 37f4cdd9cd2c
child 9257 e89e1ab7f62b
equal deleted inserted replaced
8980:37f4cdd9cd2c 8981:6213f45b5ead
   350         for i = 0,GetRandom(3) do
   350         for i = 0,GetRandom(3) do
   351             x = GetRandom(4096)
   351             x = GetRandom(4096)
   352             w = GetRandom(40)+10
   352             w = GetRandom(40)+10
   353             AddPoint(x,2200,w,true)
   353             AddPoint(x,2200,w,true)
   354             AddPoint(x,1900)
   354             AddPoint(x,1900)
   355             AddCollision(x,2010,w*10+6,76)
   355             table.insert(ObjectList,{x-div(w*9,2),
       
   356                                      2010-div(100,2),
       
   357                                      x+div(w*9,2),
       
   358                                      2010+div(100,2)})
   356         end
   359         end
   357     end
   360     end
   358         
   361         
   359     if GetRandom(2) == 0 then
   362     if GetRandom(2) == 0 then
   360         l = GetRandom(3)+1
   363         l = GetRandom(3)+1