We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0e632 commit f0f7c7bCopy full SHA for f0f7c7b
1 file changed
README.md
@@ -7,7 +7,7 @@ I'm sure there's way more efficient ways to do this, but for me this works so fa
7
# Usage instructions and example
8
1. Import the script in to your project
9
2. When you want to load you can call the class:
10
-```
+```gdscript
11
var music = AudioStreamPlayer.new()
12
var audio_loader = AudioLoader.new()
13
music.set_stream(audio_loader.loadfile("/path/to/song.ogg"))
0 commit comments