Code transfer with sound effects
-
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 (+).
-
You are working with the compiled files. Take a look at the source code instead.
They can be found here:
https://github.com/CCBlueX/LiquidBounce-Theme-BeautifyV2
https://github.com/CCBlueX/LiquidBounce-Theme-JelloBounce