mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
dskfjkdsf
This commit is contained in:
parent
59ddadb46a
commit
74e9d94977
9 changed files with 8 additions and 8 deletions
|
@ -21,7 +21,7 @@ impl World {
|
|||
for y in 0..self.ysize {
|
||||
for z in 0..self.zsize {
|
||||
ret.push(Vector3::new(x as f32, y as f32, z as f32));
|
||||
self.tiles[x][y][z] = tiles::Tiletypes::Dirt;
|
||||
self.tiles[x][y][z] = tiles::Tiletypes::Grass;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue