mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-28 04:13:00 +00:00
more sprites!
This commit is contained in:
parent
79e7f6849f
commit
abd1b682cb
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ minetest.register_globalstep(function(dtime)
|
|||
local d = 4 * (vals.timer / 30.0)
|
||||
|
||||
minetest.add_particlespawner({
|
||||
amount = 5 * d^2,
|
||||
amount = 10 * d^2,
|
||||
time = 1,
|
||||
minpos = {x=pos.x-d, y=pos.y+0.5, z=pos.z-d},
|
||||
maxpos = {x=pos.x+d, y=pos.y+1, z=pos.z+d},
|
||||
|
|
Loading…
Reference in a new issue