mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-19 22:25:15 +02:00
Add better smoke particles
This commit is contained in:
parent
969fa98f18
commit
c32e88e910
13 changed files with 1 additions and 1 deletions
mods/ITEMS/mcl_campfires
textures
mcl_campfires_particle_1.pngmcl_campfires_particle_10.pngmcl_campfires_particle_11.pngmcl_campfires_particle_12.pngmcl_campfires_particle_2.pngmcl_campfires_particle_3.pngmcl_campfires_particle_4.pngmcl_campfires_particle_5.pngmcl_campfires_particle_6.pngmcl_campfires_particle_7.pngmcl_campfires_particle_8.pngmcl_campfires_particle_9.png
|
@ -324,7 +324,7 @@ function mcl_campfires.generate_smoke(pos, haybale)
|
|||
minetest.add_particle({
|
||||
pos = vector.offset(pos, math.random(-0.5, 0.5), 0, math.random(-0.5, 0.5)),
|
||||
velocity = vector.new(0, 1, 0),
|
||||
texture = "mcl_particles_smoke.png",
|
||||
texture = "mcl_campfires_particle_" .. math.random(1, 12) .. ".png",
|
||||
size = 10,
|
||||
acceleration = vector.new(0, 0.5, 0),
|
||||
collisiondetection = true,
|
||||
|
|
BIN
textures/mcl_campfires_particle_1.png
Normal file
BIN
textures/mcl_campfires_particle_1.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 105 B |
BIN
textures/mcl_campfires_particle_10.png
Normal file
BIN
textures/mcl_campfires_particle_10.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 239 B |
BIN
textures/mcl_campfires_particle_11.png
Normal file
BIN
textures/mcl_campfires_particle_11.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 286 B |
BIN
textures/mcl_campfires_particle_12.png
Normal file
BIN
textures/mcl_campfires_particle_12.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 336 B |
BIN
textures/mcl_campfires_particle_2.png
Normal file
BIN
textures/mcl_campfires_particle_2.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 186 B |
BIN
textures/mcl_campfires_particle_3.png
Normal file
BIN
textures/mcl_campfires_particle_3.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 276 B |
BIN
textures/mcl_campfires_particle_4.png
Normal file
BIN
textures/mcl_campfires_particle_4.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 299 B |
BIN
textures/mcl_campfires_particle_5.png
Normal file
BIN
textures/mcl_campfires_particle_5.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 275 B |
BIN
textures/mcl_campfires_particle_6.png
Normal file
BIN
textures/mcl_campfires_particle_6.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 301 B |
BIN
textures/mcl_campfires_particle_7.png
Normal file
BIN
textures/mcl_campfires_particle_7.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 386 B |
BIN
textures/mcl_campfires_particle_8.png
Normal file
BIN
textures/mcl_campfires_particle_8.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 382 B |
BIN
textures/mcl_campfires_particle_9.png
Normal file
BIN
textures/mcl_campfires_particle_9.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 399 B |
Loading…
Add table
Reference in a new issue