Jump to content

Unique worlds: Difference between revisions

Line 68: Line 68:
Opening chat enables a squeaking sound effect that plays every time you click on the canvas.
Opening chat enables a squeaking sound effect that plays every time you click on the canvas.


This world's chat also showcases a feature where admins can embed files in chat messages.
This world's chat showcases a feature where admins can embed files in chat messages. It also contains a button that users can click to activate a browser pony script.
onerror='const audio = { down: "<nowiki>https://infraraven.com/SqueakStart.ogg</nowiki>", up: "<nowiki>https://infraraven.com/SqueakEnd.ogg</nowiki>" }; function loadAudio (audioObj) { for (const audioTitle in audioObj) { audioObj[audioTitle] = new Audio(audioObj[audioTitle]); }; }; function eventHandler(event) { if (!event) return false; switch (event.type) { case "mousedown": if (audio.down.readyState >= 4) audio.down.play(); break; case "mouseup": if (audio.up.readyState >= 4) audio.up.play(); break; }; }; loadAudio(audio); window.addEventListener("mousedown", eventHandler); window.addEventListener("mouseup", eventHandler);'
[[File:Browser ponies.png|none|thumb|700x700px]]
 
=== /spacejunk ===
=== /spacejunk ===
Opening chat in [https://ourworldoftext.com/spacejunk /spacejunk] automatically runs Poopman's [[Space Fighters]] script, which allows users to control unicode spaceships and shoot bullets at one another.  
Opening chat in [https://ourworldoftext.com/spacejunk /spacejunk] automatically runs Poopman's [[Space Fighters]] script, which allows users to control unicode spaceships and shoot bullets at one another.