update's the campfire's fire burning animation to make it look better

This commit is contained in:
Wbjitscool 2023-12-13 04:12:08 +00:00
parent 610bcab0d6
commit 90b81d04c8
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {
@ -292,7 +292,7 @@ function mcl_campfires.register_campfire(name, def)
type = "vertical_frames",
aspect_w = 32,
aspect_h = 16,
length = 2.0,
length = 0.8,
}
},
},