Getting there
This commit is contained in:
parent
ed5a4379db
commit
f300dbd394
43 changed files with 1218 additions and 464 deletions
|
|
@ -137,12 +137,8 @@ export class GameLoopResources {
|
|||
deltaTime,
|
||||
time,
|
||||
agentCount: activeAgentCount,
|
||||
moveSpeed:
|
||||
settings.moveSpeed *
|
||||
(introProgress >= 1
|
||||
? 1
|
||||
: appConfig.simulation.introMoveSpeedBaseMultiplier +
|
||||
introProgress * appConfig.simulation.introMoveSpeedProgressMultiplier),
|
||||
moveSpeed: settings.moveSpeed,
|
||||
introMoveSpeed: appConfig.simulation.introMoveSpeed,
|
||||
introProgress,
|
||||
});
|
||||
this.brushPipeline.setParameters({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue