Skip to content

Commit ab8b494

Browse files
committed
update screen
1 parent c8d45ef commit ab8b494

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/pages/particle-life-gpu/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
-6.76 KB
Loading

src/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)