JRVeale / hello-game

I started making a game engine. I got the jist of how they work, and decided it would be better to just use existing ones
0 stars 0 forks source link

AudioComponent: Change Volume of SoundEffect already playing if got closer or further #16

Closed JRVeale closed 5 years ago

JRVeale commented 5 years ago

Simple change. If already playing, still set volume, just don't play again! This will be great for longer sound effects!

JRVeale commented 5 years ago

AudioComponents

JRVeale commented 5 years ago

Addressed by #18