Sugarcube 2.11.0
This is a kind of continuation of my other thread, but for clarity I'm giving it its own thread.
I have a passage named begin, and in that passage I have given it the tag intro. I've then set a five second timer on it.
In my CSS I'm calling that passage with body.intro and setting a title image thusly:
Any ideas??
This is a kind of continuation of my other thread, but for clarity I'm giving it its own thread.
I have a passage named begin, and in that passage I have given it the tag intro. I've then set a five second timer on it.
In my CSS I'm calling that passage with body.intro and setting a title image thusly:
body.intro #ui-bar-body { background-image: url(splash.jpg) no-repeat; width: 500px; margin: 350px 0 0 350px; }But when I publish and run the game in my browser, the image doesn't show (just a blank page on a timer)
Any ideas??