crowds/slides/js/chapters/5_Sandbox.js

22 lines
298 B
JavaScript
Raw Normal View History

2018-04-01 16:34:52 +00:00
// 0 - INTRODUCTION
SLIDES.push(
{
2018-04-04 15:57:35 +00:00
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]]
}
}
]
2018-04-01 16:34:52 +00:00
}
);