crowds/js/chapters/5_Sandbox.js

22 lines
298 B
JavaScript

// 0 - INTRODUCTION
SLIDES.push(
{
chapter: "Sandbox",
clear:true,
add:[
// The fullscreen simulation
{
type:"sim",
x:0, y:0,
fullscreen: true,
network: {
"contagion":0,
"peeps":[[443,213,1],[570,309,0],[686,194,0]],
"connections":[[0,1,0],[1,2,0]]
}
}
]
}
);