diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-08-15 17:59:17 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-08-15 17:59:17 -0700 |
| commit | 43cae9ac71f2d6933ba3ea25641585bb88ae60ad (patch) | |
| tree | 554b3ef3ba4ae6e613bd3876d9775851206a596c /src/config.rs | |
| parent | c94749cc88080ef7fef7b285f9072ea26d18e1eb (diff) | |
working, performance is badkai/native-wgpu
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index 8e8f7a1..54ec6b5 100644 --- a/src/config.rs +++ b/src/config.rs @@ -3,4 +3,4 @@ pub const WINDOW_TITLE: &str = "pxs"; 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; +pub const CAMERA_MOVEMENT_SPEED: f32 = 40.0; |
