mirror of
https://github.com/noncomputable/AgentMaps.git
synced 2026-01-25 16:46:38 +00:00
removed extraneous arg
This commit is contained in:
parent
ef1035a130
commit
4b32d6d8f0
@ -130,7 +130,7 @@ which just assigns a number to each agent it generates in sequence, counting up
|
||||
in the center of the unit whose ID is the corresponding number. We'll make 50:
|
||||
|
||||
```javascript
|
||||
agentmap.agentify(50, agentmap.seqUnitAgentMaker, {radius: .5, color: "red", fillColor: "red"});
|
||||
agentmap.agentify(50, agentmap.seqUnitAgentMaker);
|
||||
```
|
||||
|
||||
The Agentmap simulation will start once we call `agentmap.run()`. From then on, its operation is divided up into consecutive "ticks".
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user