trust/js/slides/Slides_Sandbox.js

14 lines
206 B
JavaScript
Raw Normal View History

2017-06-28 14:53:43 +00:00
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"}
]
});