Files
resources/semag/fridaynightfunkin/assets/data/dialogue/boxes/default.json
2025-06-22 12:00:12 -04:00

34 lines
607 B
JSON
Executable File

{
"version": "1.1.0",
"name": "Default",
"assetPath": "speech_bubble_talking",
"isPixel": true,
"flipX": false,
"flipY": false,
"offsets": [-20, 20],
"scale": 5.4,
"text": {
"offsets": [225, 450],
"width": 900,
"color": "#3F2021",
"fontFamily": "Pixel Arial 11 Bold",
"shadowColor": "#D89494",
"shadowWidth": 2
},
"animations": [
{
"name": "enter",
"prefix": "speech bubble normal0",
"offsets": [0, 0],
"frameRate": 24
},
{
"name": "idle",
"prefix": "speech bubble normal0",
"offsets": [0, 0]
}
]
}