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:
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
|
assets::load_map("world.tree.mangroves.6", |s: Structure| s
|
||||||
.with_center(Vec3::new(18, 18, 8)))
|
.with_center(Vec3::new(18, 18, 8)))
|
||||||
.unwrap(),
|
.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![
|
pub static ref QUIRKY: Vec<Arc<Structure>> = vec![
|
||||||
|
Reference in New Issue
Block a user