Skip to content

Commit

Permalink
Fix/ Boids parameters new adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehadel committed Dec 10, 2023
1 parent 8c6dc1e commit f9ff6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- Constants
W_WIDTH = 800
W_HEIGHT = 600
W_LIMIT = 80
W_LIMIT = 40

N_BOIDS = 80
CVISUAL_RANGE = 60 -- could be an individual boid property
Expand All @@ -17,7 +17,7 @@ MINDISTANCE = 20
VMAX = 100

AVOIDANCE = 20
COHESION = 5
COHESION = 2
CENTERING = 200

-- boids table
Expand Down

0 comments on commit f9ff6ae

Please sign in to comment.