You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i am having some trouble. for some reason this simple function doesnt work. I hope someone can help out
(and sorry if this is the wrong place to ask for questions, I'm new to git)
above code (sound.add & .play) works, but i thought that using Sound instead of sound would be the correct way of doing this.
I hope somebody can help, and sorry if i am in the wrong place. I will happely move to somewhere more suited
The text was updated successfully, but these errors were encountered:
Tobi33Ee
changed the title
Uncaught TypeError just following the Tutorial
Uncaught TypeError just by following the Tutorial
Oct 19, 2023
It's Laravel with Vite.
I'll try using the bundlers that are adviced to use in the Tutorial 😅
A reproduction? I uploaded it as a repository, dont know if that was the best idea but i just hope i won't trigger nin____os copyright department
Famous Last Words:
haha this just a project to learn, hopefully there wont be a lawsuit xD
Hello, i am having some trouble. for some reason this simple function doesnt work. I hope someone can help out
(and sorry if this is the wrong place to ask for questions, I'm new to git)
package.json:
imported pixi/sound like this:
import { sound } from '@pixi/sound';
app.js line 160, which causes some kind of hiccup:
Error:
Tried so many times but i just cant find the error.
above code (sound.add & .play) works, but i thought that using Sound instead of sound would be the correct way of doing this.
I hope somebody can help, and sorry if i am in the wrong place. I will happely move to somewhere more suited
The text was updated successfully, but these errors were encountered: