start move ment
This commit is contained in:
parent
9c8a399b38
commit
d90b0ad992
3 changed files with 53 additions and 8 deletions
|
@ -138,7 +138,7 @@ impl Tile {
|
|||
|
||||
/// The size of a chunk (both width and height). This value squared gives the amount of
|
||||
/// tiles in the chunk.
|
||||
const CHUNK_SIZE: u32 = 100;
|
||||
const CHUNK_SIZE: u32 = 50;
|
||||
|
||||
/// Chunks
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue