How to change start screen background (solved)

Sorry if this is stated elsewhere but I couldn’t find it. How do I direct a screen image to be used for the start screen? I can’t seem to figure out where any of the start screen/new game screen information is stored.

Are you referring to the curtain or the Start Screen with Menu popup?

For the curtain:

Simply change the background for default in your screens.yaml.

For the Start Screen with Menu popup:

You can hack it with your main.css (there might be a more elegant way though).

#game-menu {
  background-image: url("imagePath");
}
1 Like

was referring to the menu pop-up screen and this did just the trick. If there is a way to do it in screens that’s all well and good but this solves the problem for me thanks!

Glad I could help :slight_smile:

If you ever need any help, just let me know. I’m finally starting to get the hang of this framework.