Skip to content

Commit 854c990

Browse files
committedMar 15, 2025
Make corner_kicks not fail
1 parent eaa2a0a commit 854c990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎crates/bevyhavior_simulator/src/bin/corner_kicks.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn update(
5252
if time.ticks() == 4500 {
5353
ball.state = Some(SimulatorBallState {
5454
position: point!(-2.25, -1.0),
55-
velocity: vector![-6.0, -2.0],
55+
velocity: vector![-1.0, -0.5],
5656
});
5757
}
5858

0 commit comments

Comments
 (0)