Skip to content

Commit

Permalink
reduce gravity
Browse files Browse the repository at this point in the history
  • Loading branch information
sim82 committed Nov 19, 2023
1 parent f13e1a5 commit bea2fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn main() {
app.add_plugins(hexadroid::DefaultPlugins::new(args.clone())); //default().with_debug_draw(args.debug_draw));

let gravity = if args.gravity {
Vec2::Y * -9.81 * 50.0
Vec2::Y * -9.81 * 10.0
} else {
Vec2::ZERO
};
Expand Down

0 comments on commit bea2fab

Please sign in to comment.