mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-17 04:45:02 +01:00
Add tile placement
This commit is contained in:
parent
be1bc9ca9e
commit
20409e3ee2
3 changed files with 13 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ impl Chunk {
|
|||
}
|
||||
}
|
||||
|
||||
type TileId = u16;
|
||||
pub type TileId = u16;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct Tile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue