summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2026-08-20 23:20:21 -0700
committerKai Stevenson <kai@kaistevenson.com>2026-08-20 23:20:21 -0700
commit533da47f2cc03a8b60a7c6c0bb5a938a7e523a03 (patch)
treee4709c9d56954c0a9b2bd3e21f64c036490ed070 /src/config.rs
parent29575e8592f5d6d566abb0ce9beaf794fb98a4e4 (diff)
particles
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index eeb4f7e..7506c44 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -3,7 +3,7 @@ pub const WINDOW_TITLE: &str = "pxs";
pub const CHUNK_SIZE: i32 = 128;
pub const CELLS_IN_CHUNK: usize = (CHUNK_SIZE * CHUNK_SIZE) as usize;
-pub const CAMERA_MOVEMENT_SPEED: f32 = 40.0;
+pub const CAMERA_MOVEMENT_SPEED: f32 = 2400.0;
pub const SIM_FPS: u32 = 120;
// pub const SIM_DELTA_TIME: f32 = 1.0 / SIM_FPS as f32;