Files
le-mystere-professeur-zacus/hardware/firmware/data/story/screens/SCENE_BROKEN.json
T
2026-02-23 16:01:44 +01:00

48 lines
876 B
JSON

{
"id": "SCENE_BROKEN",
"title": "PROTO U-SON",
"subtitle": "Signal brouille",
"symbol": "ALERT",
"effect": "blink",
"visual": {
"show_title": false,
"show_symbol": true,
"effect_speed_ms": 180
},
"theme": {
"bg": "#2A0508",
"accent": "#FF4A45",
"text": "#FFF1F1"
},
"timeline": {
"loop": true,
"duration_ms": 900,
"keyframes": [
{
"at_ms": 0,
"effect": "blink",
"speed_ms": 180,
"theme": {
"bg": "#2A0508",
"accent": "#FF4A45",
"text": "#FFF1F1"
}
},
{
"at_ms": 900,
"effect": "scan",
"speed_ms": 520,
"theme": {
"bg": "#3A0A10",
"accent": "#FF7873",
"text": "#FFF7F7"
}
}
]
},
"transition": {
"effect": "glitch",
"duration_ms": 160
}
}