If colorsRemoveIfNonexistent is not defined in the color generator json the engine crashes with this error.
src/mathmethods.lua:2: bad argument #1 to 'pairs' (table expected, got nil)
Traceback:
crash.lua:55: in function 'handler'
[C]: in function 'pairs'
src/mathmethods.lua:2: in function '_MathIsValueInTable'
src/Shooter.lua:154: in function 'update'
src/Level.lua:167: in function 'updateLogic'
src/Level.lua:155: in function 'update'
src/Session.lua:43: in function 'update'
src/Game.lua:124: in function 'tick'
src/Game.lua:112: in function 'update'
main.lua:115: in function 'update'
[love "callbacks.lua"]:162: in function <[love "callbacks.lua"]:144>
[C]: in function 'xpcall'
If
colorsRemoveIfNonexistent
is not defined in the color generator json the engine crashes with this error.