Adding more jungle trees.

This commit is contained in:
Joshua Yanovski 2019-08-22 01:33:47 +02:00
parent 861bc567b3
commit c9e9356b0c
3 changed files with 6 additions and 0 deletions

Binary file not shown.

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