survivor

graphical action game for the linux terminal
git clone https://git.ce9e.org/survivor.git

commit
818c7a2e3a2ac02f00c18388992303b87fc8f0dc
parent
62ff9d766c8c6fa457d04d790128cfa83cbfadb1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-03-30 10:23
increase SPAWN_RADIUS

Diffstat

M src/weapons.rs 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/src/weapons.rs b/src/weapons.rs

@@ -1,7 +1,7 @@
    1     1 use crate::game::{Dir, Pos};
    2     2 use crate::sprites;
    3     3 
    4    -1 pub const SPAWN_RADIUS: f32 = 10.0;
   -1     4 pub const SPAWN_RADIUS: f32 = 16.0;
    5     5 
    6     6 pub struct Projectile {
    7     7     pub p: Pos,