crowds/js/chapters/9_Credits.js

23 lines
257 B
JavaScript

// 0 - INTRODUCTION
SLIDES.push(
{
chapter: "Credits",
clear:true,
add:[
// Background
{
type:"box",
background:"#222"
},
// CREDITS
{
type:"box",
text:"credits", x:280, y:0, w:400, h:70, align:"center", color:"#fff"
}
]
}
);