1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

[hudbars & bobblocks & solarmana & sprint] Prepare for 0.4.14

- For #427
This commit is contained in:
LeMagnesium
2016-04-17 18:11:33 +02:00
parent d6ed358c16
commit bd120ad481
7 changed files with 90 additions and 7 deletions

View File

@ -119,7 +119,7 @@ minetest.register_globalstep(function(dtime)
for i=1, numParticles, 1 do
minetest.add_particle({
pos = {x=playerPos["x"]+math.random(-1,1)*math.random()/2,y=playerPos["y"]+0.1,z=playerPos["z"]+math.random(-1,1)*math.random()/2},
vel = {x=0, y=5, z=0},
velocity = {x=0, y=5, z=0},
acc = {x=0, y=-13, z=0},
expirationtime = math.random(),
size = math.random()+0.5,