Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello Alix, to change the background color you have to add a line of code at the start of the game. The line is this:

game.stage.backgroundColor = "#4488AA";

Using the color you like in hex format, of course. And you should add it in the file Preload.js, line 137, as the first line of the function.

Let me know if it worked.

Cheers!