Experiment with cancer cells

This commit is contained in:
Andras Schmelczer 2023-04-29 22:24:15 +01:00
parent 1578c8796a
commit 42d87fc2a3
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 87 additions and 31 deletions

View file

@ -32,10 +32,12 @@ export const settings: GameLoopSettings &
sensorAngleDegrees: 30,
sensorOffsetDst: 0.025,
decayRate: 0.005,
diffusionRate: 0.9,
diffusionRateTrails: 0.8,
decayRateTrails: 0.03,
diffusionRateBrush: 0.9,
decayRateBrush: 0.003,
brushColor: palette.beige,
brushColor: palette.yellow,
speciesColorA: palette.yellow,
speciesColorB: palette.green,
};