Hi guys
Does anyone know how to set a pattern or image as the main page background, as opposed to the solid colour? I just want to put a parchment texture on there.
Thanks in advance
If you do this it won’t be supported when the game’s published.
I think it’s either fiddle with the Style.css | ChoiceScript Wiki | Fandom
There’s some old instructions here
There is a simple way to get a background image for your ChoiceScript game on the web; again, this won’t work for a native app on the Kindle, and I don’t know about other mobile devices. For a web-based ChoiceScript game, you can use CSS in your index.html file for this. In the head of the index.html file, to get a background image for the entire page, try something like this:
<style type=“text/css”>body {background-image: url(<em>URL-of-your-image-file</em>);}</style>
You’ll probably also have issues with a compiled version.