This commit is contained in:
zoe 2022-05-09 15:36:38 +02:00
parent 7825966c36
commit 8b29b54567
3 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ impl World {
}
// if no tile fits, then return air
tiles::Tiletypes::Air
tiles::Tiletypes::Sand
}
pub fn new(xsize: usize, ysize: usize, zsize: usize, seed: String) -> World {