Skip to content

Commit

Permalink
Ideal sheep count
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamaev-se committed Dec 7, 2023
1 parent afbc51a commit acb9f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sheep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ pub fn setup(
//spawn sheeps
let r = level_size.0 / 1.5;
let mut rng = rand::thread_rng();
let sheep_count = 100;
let sheep_count = 2000;

for _ in 0..sheep_count {
let x = rng.gen_range(-r..r);
Expand Down

0 comments on commit acb9f20

Please sign in to comment.