crowds/slides/js/chapters/0_Introduction.js

14 lines
180 B
JavaScript
Raw Normal View History

2018-03-26 15:52:43 +00:00
// 0 - INTRODUCTION
SLIDES.push(
{
2018-03-28 14:57:19 +00:00
chapter: "Introduction",
2018-03-27 17:39:08 +00:00
boxes:[
2018-03-26 15:52:43 +00:00
{words:"_0a", x:20, y:70, w:300, h:200}
]
},
{
boxes: [
{words:"_0b", x:300, y:70, w:250, h:200}
]
}
);