trust/js/slides/9_Slides_Credits.js

13 lines
288 B
JavaScript
Raw Normal View History

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",
x:160, y:70, width:640, height:500, align:"center",
text_id:"credits_beta", color:"#fff"
});
2017-07-12 21:24:26 +00:00
}
});