How to change background in my game?

how to change the background of games

You can change the background color by posting a clear_color message to your render script. If you want a static background image you’d probably put that as a sprite with a z-value that puts it below everything else.