trust/js/slides/Slides_Sandbox.js
2017-06-28 10:53:43 -04:00

14 lines
206 B
JavaScript

SLIDES.push({
id: "sim",
add:[
// The tournament simulation
{id:"tournament", type:"Tournament", x:-20, y:-20},
// Screw it, just ALL of the Sandbox UI
{id:"sandbox", type:"SandboxUI"}
]
});