share/hedgewars/Data/Maps/ClimbHome/map.lua
changeset 12188 099e59894671
parent 12079 8f222872d432
child 12392 78ad1119eb6c
equal deleted inserted replaced
12187:31b18c1ba02a 12188:099e59894671
   290             SetVisualGearValues(s,
   290             SetVisualGearValues(s,
   291                 math.random(2048), -5000, 0, -1-(1/y*1000), 
   291                 math.random(2048), -5000, 0, -1-(1/y*1000), 
   292                 math.random(360),
   292                 math.random(360),
   293                 0,
   293                 0,
   294                 999999999, -- frameticks
   294                 999999999, -- frameticks
   295                 171, -- star
   295                 sprStar, -- star
   296                 0, c)
   296                 0, c)
   297                 --,  0xFFCC00FF) -- could be fun to make colour shift as you rise...
   297                 --,  0xFFCC00FF) -- could be fun to make colour shift as you rise...
   298             Stars[s] = 1
   298             Stars[s] = 1
   299         end    
   299         end    
   300     end
   300     end