start move ment

This commit is contained in:
luckyturtledev 2024-07-07 00:52:19 +02:00
parent 9c8a399b38
commit d90b0ad992
3 changed files with 53 additions and 8 deletions

View file

@ -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)]