From c94749cc88080ef7fef7b285f9072ea26d18e1eb Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 15 Aug 2026 14:17:28 -0700 Subject: wip, working with native resolution --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 2e656d4..8e8f7a1 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,6 +1,6 @@ pub const WINDOW_TITLE: &str = "pxs"; -pub const CHUNK_SIZE: u32 = 32; +pub const CHUNK_SIZE: i32 = 32; pub const CELLS_IN_CHUNK: usize = (CHUNK_SIZE * CHUNK_SIZE) as usize; pub const CAMERA_MOVEMENT_SPEED: f32 = 10.0; -- cgit v1.3.1