trust/js/slides/9_Slides_Credits.js
2017-07-25 14:52:06 -04:00

13 lines
281 B
JavaScript

SLIDES.push({
id: "credits",
onstart: function(self){
self.add({ id:"bg", type:"Background", color:"#222" });
// Circular Wordbox
self.add({
id:"text", type:"TextBox",
x:0, y:35, width:960, height:400, align:"center",
text_id:"credits", color:"#fff"
});
}
});