Skip to content

Commit f0f7c7b

Browse files
authored
Add highlight to example
1 parent 4c0e632 commit f0f7c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ I'm sure there's way more efficient ways to do this, but for me this works so fa
77
# Usage instructions and example
88
1. Import the script in to your project
99
2. When you want to load you can call the class:
10-
```
10+
```gdscript
1111
var music = AudioStreamPlayer.new()
1212
var audio_loader = AudioLoader.new()
1313
music.set_stream(audio_loader.loadfile("/path/to/song.ogg"))

0 commit comments

Comments
 (0)