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