Add better smoke particles
@ -324,7 +324,7 @@ function mcl_campfires.generate_smoke(pos, haybale)
|
|||||||
minetest.add_particle({
|
minetest.add_particle({
|
||||||
pos = vector.offset(pos, math.random(-0.5, 0.5), 0, math.random(-0.5, 0.5)),
|
pos = vector.offset(pos, math.random(-0.5, 0.5), 0, math.random(-0.5, 0.5)),
|
||||||
velocity = vector.new(0, 1, 0),
|
velocity = vector.new(0, 1, 0),
|
||||||
texture = "mcl_particles_smoke.png",
|
texture = "mcl_campfires_particle_" .. math.random(1, 12) .. ".png",
|
||||||
size = 10,
|
size = 10,
|
||||||
acceleration = vector.new(0, 0.5, 0),
|
acceleration = vector.new(0, 0.5, 0),
|
||||||
collisiondetection = true,
|
collisiondetection = true,
|
||||||
|
BIN
textures/mcl_campfires_particle_1.png
Normal file
After Width: | Height: | Size: 105 B |
BIN
textures/mcl_campfires_particle_10.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
textures/mcl_campfires_particle_11.png
Normal file
After Width: | Height: | Size: 286 B |
BIN
textures/mcl_campfires_particle_12.png
Normal file
After Width: | Height: | Size: 336 B |
BIN
textures/mcl_campfires_particle_2.png
Normal file
After Width: | Height: | Size: 186 B |
BIN
textures/mcl_campfires_particle_3.png
Normal file
After Width: | Height: | Size: 276 B |
BIN
textures/mcl_campfires_particle_4.png
Normal file
After Width: | Height: | Size: 299 B |
BIN
textures/mcl_campfires_particle_5.png
Normal file
After Width: | Height: | Size: 275 B |
BIN
textures/mcl_campfires_particle_6.png
Normal file
After Width: | Height: | Size: 301 B |
BIN
textures/mcl_campfires_particle_7.png
Normal file
After Width: | Height: | Size: 386 B |
BIN
textures/mcl_campfires_particle_8.png
Normal file
After Width: | Height: | Size: 382 B |
BIN
textures/mcl_campfires_particle_9.png
Normal file
After Width: | Height: | Size: 399 B |