Custom Picture Panes

I mean can you even add a Image in the Custom Pane using JavaScript? And function in it?


You can. I believe there is a tutorial on the website somewhere detailing editting the UI, but ultimately the panels on the right are just HTML and CSS like the rest of the UI, so they can be changed around to your whims.

I found this tutorial https://docs.textadventures.co.uk/quest/images.html that goes into better detail on actually adding the image file to your game.

After you have the image file in there, you can use a combination of JS.eval and JS.setCss calls to edit various parts of the UI. Found this tutorial which you might also find helpful: https://docs.textadventures.co.uk/quest/ui-javascript.html

On the web editor, when you run the game you should be able to inspect the element of your browser to look directly at the HTML and css to see what elements you want to edit. If you're using the windows quest editor, there should be a "HTML Tools" or "Developer Tools" button at the top of the in-game UI before you publish which will show the HTML elements.


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums