1
0
miroir de https://github.com/sys4-fr/server-nalc.git synchronisé 2025-10-17 16:15:24 +02:00

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

- For #427
Cette révision appartient à :
LeMagnesium
2016-04-17 18:11:33 +02:00
Parent d6ed358c16
révision bd120ad481
7 fichiers modifiés avec 90 ajouts et 7 suppressions

Voir le fichier

@@ -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,