Create a new judge line with sensible defaults and append it to the chart's judgeLineList.
judgeLineList
The new line has:
notes
The RPE chart (modified in place).
Line creation options.
The index of the newly added line.
const li = addLine(chart, { name: 'FX', texture: 'line.png', zOrder: 10 });addMoveXEvent(chart, li, 0, 0, 4, -675, 675); Copy
const li = addLine(chart, { name: 'FX', texture: 'line.png', zOrder: 10 });addMoveXEvent(chart, li, 0, 0, 4, -675, 675);
Create a new judge line with sensible defaults and append it to the chart's
judgeLineList.The new line has:
notesarray