ncase.me-trust/js/slides/6_Slides_Sandbox.js
2017-07-12 09:42:17 -04:00

14 lines
No EOL
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"}
]
});