 ``` local levels = { easy = { duration = 3500, width = 40, }, normal = { duration = 2500, width = 30, }, medium = { duration = 2000, width = 20, }, hard = { duration = 1500, width = 10, } } ``` This bug happens with default settings too.
This bug happens with default settings too.