diff options
| author | Kai Stevenson <kai@kaistevenson.com> | 2026-08-16 19:27:17 -0700 |
|---|---|---|
| committer | Kai Stevenson <kai@kaistevenson.com> | 2026-08-16 19:27:17 -0700 |
| commit | f68d8371a11b002f5494c7294551a8f955e69c0c (patch) | |
| tree | 715a09bd26c3ad6e6555e0b5df7c076174b56be5 /src/config.rs | |
| parent | 49f5e2593b9c1c2a0fd8267ef5d5949d69cea4f6 (diff) | |
add test, fix scaling
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs index 8739c53..eeb4f7e 100644 --- a/src/config.rs +++ b/src/config.rs @@ -9,3 +9,5 @@ pub const SIM_FPS: u32 = 120; // pub const SIM_DELTA_TIME: f32 = 1.0 / SIM_FPS as f32; pub const PHYSICS_FPS: u32 = 60; pub const PHYSICS_DELTA_TIME: f32 = 1.0 / PHYSICS_FPS as f32; + +pub const PIXELS_TO_METRES: f32 = 20.0; |
