crowds/js/chapters/5_Sandbox.js

39 lines
451 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:[
2018-04-06 16:06:55 +00:00
2018-04-04 15:57:35 +00:00
// 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-06 16:06:55 +00:00
},
// The Sandbox UI
{
type:"box",
x:0, y:0,
sandbox:true
},
// Simulation UI
{
type:"box",
x:35, y:450,
sim_ui:"red"
2018-04-04 15:57:35 +00:00
}
2018-04-06 16:06:55 +00:00
2018-04-04 15:57:35 +00:00
]
2018-04-01 16:34:52 +00:00
}
);