parent
b4e5415a56
commit
132bd286d0
|
@ -10,8 +10,8 @@ minetest.register_globalstep(function(dtime)
|
|||
local minp = addvectors(ppos, {x=-9, y=7, z=-9})
|
||||
local maxp = addvectors(ppos, {x= 9, y=7, z= 9})
|
||||
|
||||
local vel = {x=0, y= -4, z=0}
|
||||
local acc = {x=math.random()*weather.wind, y=-9.81, z=math.random()*weather.wind}
|
||||
local vel = {x=math.random()*weather.wind, y= -4, z=math.random()*weather.wind}
|
||||
local acc = {x=0, y=-9.81, z=0}
|
||||
|
||||
minetest.add_particlespawner({amount=25, time=0.5,
|
||||
minpos=minp, maxpos=maxp,
|
||||
|
|
Loading…
Reference in New Issue