Hello,
i am working on a simple game for school project, and now i want to add sounds, but no matter what I try, I still get the same warning: WARNING: /home/user/Desktop/2023_Color-game/scenes/menu.lua:24: audio.loadSound() failed to create sound ‘ColorUpAssets/assets/sounds/click.wav’
The path exists (I copied it). The file is 16bit compressed, not corrupted (plays fine on other media). Same happens with every .wav and .mp3 file I try.
I tried finding the implementation of loadSound() function, but I failed in doing so.
I am out of ideas.
_click = audio.loadSound(“ColorUpAssets/assets/sounds/click.wav”)