We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa2a0a commit 854c990Copy full SHA for 854c990
crates/bevyhavior_simulator/src/bin/corner_kicks.rs
@@ -52,7 +52,7 @@ fn update(
52
if time.ticks() == 4500 {
53
ball.state = Some(SimulatorBallState {
54
position: point!(-2.25, -1.0),
55
- velocity: vector![-6.0, -2.0],
+ velocity: vector![-1.0, -0.5],
56
});
57
}
58
0 commit comments