summaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.rs b/src/constants.rs
index 85b0638..3259f2f 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -14,6 +14,7 @@ pub const SHIP_NAVIGATION_RANGE: f64 = 100.0;
pub const SHIP_REFINERY_TIME: u64 = 5;
pub const SHIP_TRACTORBEAM_STRENGTH: f64 = 0.1;
pub const SHIP_ENGINES_FUEL_START: f64 = 100.0;
+pub const SHIP_ENGINES_ACCELERATION: f64 = 0.1;
pub const IRON_SIZE: usize = 1;
pub const HYDROGEN_SIZE: usize = 1;