Skip to content

Commit

Permalink
make ball a little bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemcneil committed Oct 24, 2023
1 parent 5f607c7 commit 3940741
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 @@ -121,7 +121,7 @@ impl Default for Config {
fn default() -> Self {
Self {
ball_speed: 100.0,
ball_radius: 1.0,
ball_radius: 3.0,
ball_starting_x: -100.0,
ball_starting_y: 1.0,
ball_mass: 1.0,
Expand Down

0 comments on commit 3940741

Please sign in to comment.