Files
2025-06-22 12:00:12 -04:00

50 lines
895 B
JSON
Executable File

{
"version": "1.0.0",
"backdrop": {
"type": "solid",
"fadeTime": 2.0,
"color": "#BFB3DFD8"
},
"music": {
"asset": "Lunchbox",
"fadeTime": 2.0,
"looped": true
},
"outro": {
"type": "fade",
"fadeTime": 1.0
},
"dialogue": [
{
"speaker": "senpai-angry",
"speakerAnimation": "talk",
"box": "roses",
"boxAnimation": "angrySenpai",
"text": ["Not bad for an ugly worm."]
},
{
"speaker": "senpai-angry",
"speakerAnimation": "talk",
"box": "roses",
"boxAnimation": "idle",
"text": [
"But this time I'll rip your nuts off right after your girlfriend finishes gargling mine."
]
},
{
"speaker": "bf-pixel",
"speakerAnimation": "talkEnter",
"box": "roses",
"boxAnimation": "idle",
"text": ["Bop beep be be skdoo bep"]
}
]
}