update README
parent
13a1ef6491
commit
a10ad1bffd
|
@ -28,6 +28,7 @@ var swordSoundInstance = swordSound.GetInstance();
|
||||||
swordSoundInstance.Play();
|
swordSoundInstance.Play();
|
||||||
|
|
||||||
MySong = StreamingSoundOgg.Load(AudioSystem, "my_song.ogg");
|
MySong = StreamingSoundOgg.Load(AudioSystem, "my_song.ogg");
|
||||||
|
MySong.Seek(6f); // seek to 6 seconds
|
||||||
MySong.Play();
|
MySong.Play();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue