53 lines
976 B
JSON
53 lines
976 B
JSON
{
|
|
"id": "SCENE_FIREWORKS",
|
|
"title": "FIREWORKS",
|
|
"subtitle": "Mode celebration",
|
|
"symbol": "WIN",
|
|
"effect": "celebrate",
|
|
"visual": {
|
|
"show_title": true,
|
|
"show_symbol": true,
|
|
"effect_speed_ms": 300
|
|
},
|
|
"demo": {
|
|
"mode": "fireworks",
|
|
"particle_count": 4,
|
|
"strobe_level": 90
|
|
},
|
|
"theme": {
|
|
"bg": "#120825",
|
|
"accent": "#FFB65C",
|
|
"text": "#FFF4E6"
|
|
},
|
|
"timeline": {
|
|
"loop": true,
|
|
"duration_ms": 1000,
|
|
"keyframes": [
|
|
{
|
|
"at_ms": 0,
|
|
"effect": "celebrate",
|
|
"speed_ms": 300,
|
|
"theme": {
|
|
"bg": "#120825",
|
|
"accent": "#FFB65C",
|
|
"text": "#FFF4E6"
|
|
}
|
|
},
|
|
{
|
|
"at_ms": 1000,
|
|
"effect": "blink",
|
|
"speed_ms": 220,
|
|
"theme": {
|
|
"bg": "#1C0A31",
|
|
"accent": "#FFD68D",
|
|
"text": "#FFFDF6"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"transition": {
|
|
"effect": "glitch",
|
|
"duration_ms": 180
|
|
}
|
|
}
|