mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Adding more jungle trees.
This commit is contained in:
parent
139933194c
commit
aa4464d8f4
BIN
assets/world/tree/mangroves/7.vox
(Stored with Git LFS)
Normal file
BIN
assets/world/tree/mangroves/7.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/world/tree/mangroves/8.vox
(Stored with Git LFS)
Normal file
BIN
assets/world/tree/mangroves/8.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -442,6 +442,12 @@ lazy_static! {
|
||||
assets::load_map("world.tree.mangroves.6", |s: Structure| s
|
||||
.with_center(Vec3::new(18, 18, 8)))
|
||||
.unwrap(),
|
||||
assets::load_map("world.tree.mangroves.7", |s: Structure| s
|
||||
.with_center(Vec3::new(18, 17, 8)))
|
||||
.unwrap(),
|
||||
assets::load_map("world.tree.mangroves.8", |s: Structure| s
|
||||
.with_center(Vec3::new(18, 18, 8)))
|
||||
.unwrap(),
|
||||
];
|
||||
|
||||
pub static ref QUIRKY: Vec<Arc<Structure>> = vec![
|
||||
|
Loading…
Reference in New Issue
Block a user