Jump to content

Background images: Difference between revisions

Line 65: Line 65:
[[AndreiXYZ]] claimed [https://ourworldoftext.com/other /other] in June of 2021 and is now technically the owner of all files stored under the namespace.  
[[AndreiXYZ]] claimed [https://ourworldoftext.com/other /other] in June of 2021 and is now technically the owner of all files stored under the namespace.  


You can render a pre-existing background image on any world using the following script: <blockquote><code>state.background = {</code>  
You can render images on any world by pasting the following script into the console: <blockquote><code>state.background = {</code>  


<code>    path: "<nowiki>https://ourworldoftext.com/other/backgrounds/</nowiki>[image name].png/"</code>
<code>    path: "[image URL]"</code>


<code>};</code>
<code>};</code>