Add tile placement

This commit is contained in:
crumblingstatue 2023-04-03 22:21:36 +02:00
parent be1bc9ca9e
commit 20409e3ee2
3 changed files with 13 additions and 2 deletions

View file

@ -137,7 +137,7 @@ impl Chunk {
}
}
type TileId = u16;
pub type TileId = u16;
#[derive(Clone, Copy)]
pub struct Tile {