mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 18:56:02 +10:00
neo update, bridge too
This commit is contained in:
@@ -22,7 +22,9 @@ const BIOS_LINES = [
|
||||
{ text: 'Starting LIT.RUV.WTF Terminal...', class: 'highlight', delay: 400 }
|
||||
];
|
||||
|
||||
const BOOT_STARTUP_SOUND_PATH = 'sounds/551405__nakkivene66__old-pc-startup-idle-shutdown.wav';
|
||||
const BOOT_STARTUP_SOUND_PATH = window.location.hostname.endsWith('neocities.org')
|
||||
? 'https://lit.ruv.wtf/sounds/551405__nakkivene66__old-pc-startup-idle-shutdown.wav'
|
||||
: 'sounds/551405__nakkivene66__old-pc-startup-idle-shutdown.wav';
|
||||
|
||||
let bootStartupSoundPlayed = false;
|
||||
let bootStartupSoundUnlockBound = false;
|
||||
|
||||
Reference in New Issue
Block a user