Experiment with cancer cells
This commit is contained in:
parent
1578c8796a
commit
42d87fc2a3
6 changed files with 87 additions and 31 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue