bigger explosion effect radius

This commit is contained in:
2025-04-08 10:14:14 +02:00
parent ff85c81e71
commit 807727c73f

View File

@@ -160,7 +160,8 @@ fn shot_collision(
commands.trigger(Explosion {
damage: 20,
position: shot_pos,
radius: 2.,
//TODO: should be around 1 grid in distance
radius: 5.,
});
commands