Throw projectile (#19)

This commit is contained in:
extrawurst
2025-03-28 00:21:23 +08:00
committed by GitHub
parent f3358b9511
commit 1fa1b110db
12 changed files with 317 additions and 49 deletions

View File

@@ -24,7 +24,7 @@ impl Default for AimState {
fn default() -> Self {
Self {
target: None,
range: 40.,
range: 80.,
max_angle: PI / 8.,
}
}