File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ async function start(
7979 const width = ctx . canvas . width
8080 const height = ctx . canvas . height
8181
82- const repulsionRange = 35
83- const attractionRange = 26
82+ const repulsionRange = 30
83+ const attractionRange = 30
8484 const repulsionStrength = 30
85- const attractionStrength = 30
85+ const attractionStrength = 40
8686
8787 const cellSize = repulsionRange + attractionRange
8888 const widthDivisions = Math . ceil ( width / cellSize )
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ export const ROUTES = {
236236 image : particle_life_gpu_image
237237 } ,
238238 git : {
239- lastModified : 1762619297000 ,
239+ lastModified : 1762621979000 ,
240240 firstAdded : 1762551884000
241241 } ,
242242 } ,
You can’t perform that action at this time.
0 commit comments