summaryrefslogtreecommitdiff
path: root/src/consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.rs')
-rw-r--r--src/consts.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/consts.rs b/src/consts.rs
index 6ebc9af..69c9fe8 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -7,5 +7,8 @@ pub const SPEED_BOOST: usize = 15;
pub const BOOST_DURATION: usize = 5;
+pub const MIN_Y: usize = 1;
pub const HEIGHT: usize = 4;
+pub const MAX_Y: usize = MIN_Y + HEIGHT;
+
pub const WIDTH: usize = 1500;