Sequence editor. Layout fixes

This commit is contained in:
PROFERIS - Mi³osz Stocki
2026-07-07 11:54:50 +02:00
parent 366de88ee4
commit 228cbf2329
14 changed files with 1162 additions and 75 deletions
@@ -0,0 +1,35 @@
[
{
"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 }
]
}
]