Code transfer with sound effects
Themes
1
Posts
1
Posters
38
Views
-
Who knows how to transfer a part of the code correctly?
const eg = "" + new URL("../sounds/enable.ogg", import.meta.url).href,
ag = "" + new URL("../sounds/disable.ogg", import.meta.url).href,
ig = "" + new URL("../sounds/warn.ogg", import.meta.url).href,
ng = "" + new URL("../sounds/success.ogg", import.meta.url).href;and everything related to it is from the index-DjpJZZMI file.js of the jullobaounce theme to the beautify theme index-B5bW362k file.
And also how to make the number of totems in the player's inventory displayed, for example, to the left of his cursor (+).