Question about JSON FILE
Posted: 07 Jul 2019, 01:30
What do these parameters (BottomRightX, bottomRightY and alignment) do?
I'm not understanding it, because the code already has the TopLeftX and TopLeftY to positioning the object, right?
Code: Select all
"Pulse": {
"Number": {
"TopLeftX": 47,
"TopLeftY": 33,
"BottomRightX": 69,
"BottomRightY": 49,
"Alignment": "TopCenter",
"Spacing": 1,
"ImageIndex": 81,
"ImagesCount": 10
},
"DelimiterImageIndex": 91
}