update README

main
cosmonaut 2022-04-20 14:32:29 -07:00
parent 13a1ef6491
commit a10ad1bffd
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ var swordSoundInstance = swordSound.GetInstance();
swordSoundInstance.Play();
MySong = StreamingSoundOgg.Load(AudioSystem, "my_song.ogg");
MySong.Seek(6f); // seek to 6 seconds
MySong.Play();
```