trust/js/slides/6_Slides_Sandbox.js

17 lines
246 B
JavaScript
Raw Normal View History

2017-06-28 14:53:43 +00:00
SLIDES.push({
2017-07-10 15:38:20 +00:00
id: "sandbox",
2017-07-12 21:24:26 +00:00
onstart: function(self){
}
/*add:[
2017-06-28 14:53:43 +00:00
// The tournament simulation
{id:"tournament", type:"Tournament", x:-20, y:-20},
// Screw it, just ALL of the Sandbox UI
{id:"sandbox", type:"SandboxUI"}
2017-07-12 21:24:26 +00:00
]*/
2017-06-28 14:53:43 +00:00
});