mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-15 12:15:01 +01:00
Define region chunk extent
This commit is contained in:
parent
7c3bfe373a
commit
aed3e86a17
2 changed files with 9 additions and 4 deletions
|
|
@ -166,3 +166,5 @@ impl Tile {
|
|||
pub const EMPTY: TileId = 0;
|
||||
pub const UNBREAKANIUM: TileId = 5;
|
||||
}
|
||||
|
||||
pub const REGION_CHUNK_EXTENT: u8 = 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue