crowds/js/chapters/7_Credits.js

23 lines
260 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",
text:"_7_credits", x:280, y:0, w:400, h:70, align:"center", color:"#fff"
}
]
2018-04-01 16:34:52 +00:00
}
);