trust/js/slides/Slides_Iterated.js
2017-07-05 14:19:46 -04:00

23 lines
375 B
JavaScript

SLIDES.push({
id: "sim",
add:[
// The Iterated simulation
{id:"iterated", type:"Iterated", x:130, y:125},
// Buttons
{
id:"buttonCheat", type:"Button", x:275, y:403,
text_id:"label_cheat",
message:"iterated/cheat"
},
{
id:"buttonCooperate", type:"Button", x:495, y:400,
text_id:"label_cooperate",
message:"iterated/cooperate"
}
]
});