Set up demo
This commit is contained in:
parent
abf3803cdc
commit
8817e5b090
17 changed files with 189 additions and 145 deletions
|
|
@ -189,6 +189,9 @@ export default class GameLoop {
|
|||
pipeline.setParameters({
|
||||
time,
|
||||
isNextGenerationOdd: this.gameRules.nextGenerationId % 2,
|
||||
nextGenerationSensorOffsetDistance: this.gameRules.getSensorOffset(),
|
||||
nextGenerationSpeed: this.gameRules.getNextGenerationMoveSpeed(),
|
||||
infectionProbability: this.gameRules.getInfectionProbability(),
|
||||
deltaTime,
|
||||
canvasSize: this.canvasSize,
|
||||
brushColor: GamePresentation.getGenerationColor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue