36 lines
880 B
JSON
36 lines
880 B
JSON
[
|
|
{
|
|
"id": "seq_alphabet_default",
|
|
"name": "Spell Alphabet",
|
|
"favorite": true,
|
|
"steps": [
|
|
{ "type": "spot", "id": "A" },
|
|
{ "type": "spot", "id": "B" },
|
|
{ "type": "spot", "id": "C" },
|
|
{ "type": "spot", "id": "D" },
|
|
{ "type": "spot", "id": "E" }
|
|
]
|
|
},
|
|
{
|
|
"id": "seq_yes_no",
|
|
"name": "Yes then No",
|
|
"favorite": true,
|
|
"steps": [
|
|
{ "type": "spot", "id": "YES" },
|
|
{ "type": "spot", "id": "NO" }
|
|
]
|
|
},
|
|
{
|
|
"id": "seq_corners",
|
|
"name": "Four Corners",
|
|
"favorite": true,
|
|
"steps": [
|
|
{ "type": "xy", "x": 130, "y": 120, "delay": 1500 },
|
|
{ "type": "xy", "x": -130, "y": 120, "delay": 1500 },
|
|
{ "type": "xy", "x": -130, "y": -15, "delay": 1500 },
|
|
{ "type": "xy", "x": 130, "y": -15, "delay": 1500 },
|
|
{ "type": "xy", "x": 0, "y": 50, "delay": 1500 }
|
|
]
|
|
}
|
|
]
|