crowds/js/chapters/I_Credits.js

23 lines
226 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: "Credits",
clear:true,
add:[
// Background
{
type:"box",
background:"#222"
},
// CREDITS
{
type:"box",
2018-04-27 12:24:33 +00:00
text:"credits", x:0, y:0, w:960, h:540
2018-04-04 15:57:35 +00:00
}
]
2018-04-01 16:34:52 +00:00
}
);