Ao criar o game, tentei individualizar ainda mais a parte de sons e criei um arquvo chamado sons.js, acrescentei ele no index e dentro do arquivo sons.js criei todas as variáveis e a função preload pro carregamento da mídia. Acontece que quando executo o arquivo no setup do sketch, aparece o seguinte erro: error: object arguments is not a valid color representation. p5.js says: sketch.js, line 8 an error with message "object arguments is not a valid color representation." occurred inside the p5js library when background was called. if not stated otherwise, it might be an issue with the arguments passed to background. (http://p5js.org/reference/#/p5/background) gostaria de uma possível resposta ao que pode ser o problema.