music_offset
: music play offset in seconds. (Positive = delay)size
: relative size of all notes. Default 1
.ring_color
: ring color of all notes in hexadecimal format.fill_colors
: an array of fill colors of different types of notes in hexadecimal format.
Format: [click 1, click 2, drag 1, drag 2, hold 1, hold 2, long hold 1, long hold 2, flick 1, flick 2]
The following example sets the color of all click notes to #4568dc
and the color of all flick notes to #000000
:
...
"fill_colors": ["#4568dc", "#4568dc",
null, null,
null, null,
null, null,
"#000000", "#000000"],
...
Note: if any color is not set (or set to null
), user color will be used.
opacity
: maximum transparency of all notes. Default 1
.approach_rate
: relative approaching speed of the note. Higher this value, shorter the amount of time for the note to fade in. Default 1
.size
: overrides root.size
.ring_color
: overrides root.ring_color
.fill_color
: overrides the color of this note's type set in root.fill_colors
.opacity
: overrides root.opacity
.