Adding more jungle trees.

This commit is contained in:
Joshua Yanovski 2019-08-22 01:33:47 +02:00
parent 139933194c
commit aa4464d8f4
3 changed files with 12 additions and 0 deletions

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

Binary file not shown.

View File

@ -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![