trust/js/slides/Slides_Sandbox.js
2017-07-10 11:38:20 -04:00

14 lines
210 B
JavaScript

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