forked from VoxeLibre/VoxeLibre
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: MineClone2/MineClone2#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
|
@ -282,7 +282,7 @@ function mcl_campfires.register_campfire(name, def)
|
|||
type="vertical_frames",
|
||||
aspect_w=32,
|
||||
aspect_h=16,
|
||||
length=2.0
|
||||
length=0.8
|
||||
}}
|
||||
},
|
||||
overlay_tiles = {
|
||||
|
|
Loading…
Reference in New Issue