summaryrefslogtreecommitdiff
path: root/src/entities/bug.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/bug.rs')
-rw-r--r--src/entities/bug.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/bug.rs b/src/entities/bug.rs
index 482e5c4..913253c 100644
--- a/src/entities/bug.rs
+++ b/src/entities/bug.rs
@@ -8,7 +8,7 @@ pub struct Bug {
pub alive: bool
}
-const SPEED: f64 = 75.;
+const SPEED: f64 = 175.;
impl Bug {
pub fn new(x: f64, y: f64, facing: f64) -> Bug {