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,14 @@
[
{
"id": "seq_alphabet_portrait",
"name": "Spell Alphabet (Portrait)",
"favorite": true,
"steps": [
{ "type": "spot", "id": "A" },
{ "type": "spot", "id": "B" },
{ "type": "spot", "id": "C", "delay": 1000 },
{ "type": "spot", "id": "D" },
{ "type": "spot", "id": "E" }
]
}
]