aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/projectile.rs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-15 16:07:58 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-15 16:08:00 +0100
commitc71366c2e0a9f0b454957feeb87b51f6b27d54bd (patch)
tree843e35d09a27275babf4008b58ef72302c18c4ff /src/shared/projectile.rs
parentfdee6aa8cf2c51d5004d914458ff661da366e883 (diff)
feat: add champions
Select champions using the `--champion` flag. Valid values are `ranged` and `meele` (default).
Diffstat (limited to 'src/shared/projectile.rs')
-rw-r--r--src/shared/projectile.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/projectile.rs b/src/shared/projectile.rs
index c42173a..2e9c6c3 100644
--- a/src/shared/projectile.rs
+++ b/src/shared/projectile.rs
@@ -1,7 +1,5 @@
use crate::shared::*;
-pub const ATTACK_RANGE: f32 = 60.;
-
#[derive(Bundle)]
pub struct ProjectileBundle {
pub projectile: Projectile,