Soundsystem ALMOST DONE

This commit is contained in:
Adam
2014-03-10 01:58:29 +01:00
parent ba6cc660ca
commit 720d9d8776
3 changed files with 63 additions and 29 deletions
+5 -2
View File
@@ -10,8 +10,11 @@ namespace Components
struct SoundEmitter : Component
{
float Volume;
float MaxRange;
float Gain;
float MaxDistance;
float ReferenceDistance;
float Pitch;
bool Loop;
};
}