summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 2b60c50..4bb11e1 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -20,3 +20,5 @@ pub const SETTLED_THRESOHLD: u8 = 7;
pub const MIN_ENTITY_CELLS: usize = 9;
pub const TILESET_SCALING: i32 = 8;
+
+pub const GRAVITY: f32 = 196.2;