Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Screen is Black in Kongregate Project.

I made a (very) simple game as my first project called "Holding together the Unraveling Cord" Everything was looking great, but when I uploaded it to Kongregate, the backdrop was black, making my words impossible to see. I know how to change the colors of letters, what I don't know is how to change the backdrop's color. Can someone please help me with this? Thanks in advance.

P.S. Really sorry if a question like this has been asked. I looked around and couldn't find one.

Comments

  • Oh! Forgot to mention I'm using Harlowe
  • By default Harlowe sets the background colour to be transparent, so you are seeing whatever background colour Kongregate sets. (which appears to be black)

    Add the following CSS to your Story Stylesheet area, it tells Harlowe to set it's background colour to white.
    html {
    	background-color: white;
    }
    
Sign In or Register to comment.