From 9cb48c504ddb3882f39e2b17048f0593316a95ce Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Mon, 24 Aug 2026 21:10:41 -0700 Subject: bullet tweaks --- src/sim/lib/force.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sim/lib/force.rs') diff --git a/src/sim/lib/force.rs b/src/sim/lib/force.rs index c6cfaf0..d461589 100644 --- a/src/sim/lib/force.rs +++ b/src/sim/lib/force.rs @@ -98,6 +98,7 @@ pub fn apply_explosion( } // TODO profile packing entity ID into cells? +// TODO sink power in a radius around the impact // might improve performance by a lot if we don't have to raycast for hit entities pub fn apply_bullet(ctx: &mut SimCtx, from: Vec2, to: Vec2, power: u32) { let dda = AwDda::new(from, to); -- cgit v1.3.1