mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
update's the campfire's fire burning animation to make it look better (#4077)
improve the look of the campfire's flame/burning animation Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4077 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: Wbjitscool <dwsda121@gmail.com> Co-committed-by: Wbjitscool <dwsda121@gmail.com>
This commit is contained in:
parent
610bcab0d6
commit
ebd733be82
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ function mcl_campfires.register_campfire(name, def)
|
||||||
type="vertical_frames",
|
type="vertical_frames",
|
||||||
aspect_w=32,
|
aspect_w=32,
|
||||||
aspect_h=16,
|
aspect_h=16,
|
||||||
length=2.0
|
length=0.8
|
||||||
}}
|
}}
|
||||||
},
|
},
|
||||||
overlay_tiles = {
|
overlay_tiles = {
|
||||||
|
|
Loading…
Reference in a new issue