UNPKG

agentscript

Version:

AgentScript Model in Model/View architecture

11 lines (9 loc) 304 B
export default function TwoDrawOptions(div, model, patchSize = 20) { const drawOptions = { turtlesShape: 'circle', turtlesSize: 2, // turtle size in patches textProperty: 'id', textSize: 0.8, // text size in patches } return { div, patchSize, drawOptions } }