2017-07-12 21:24:26 +00:00
|
|
|
SLIDES.push({
|
|
|
|
id: "credits",
|
|
|
|
onstart: function(self){
|
|
|
|
self.add({ id:"bg", type:"Background", color:"#222" });
|
2017-07-22 22:42:27 +00:00
|
|
|
|
|
|
|
// Circular Wordbox
|
|
|
|
self.add({
|
|
|
|
id:"text", type:"TextBox",
|
2017-07-25 18:52:06 +00:00
|
|
|
x:0, y:35, width:960, height:400, align:"center",
|
|
|
|
text_id:"credits", color:"#fff"
|
2017-07-22 22:42:27 +00:00
|
|
|
});
|
2017-07-12 21:24:26 +00:00
|
|
|
}
|
|
|
|
});
|