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

23 lines
No EOL
380 B
JavaScript

SLIDES.push({
id: "iterated",
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"
}
]
});