Updated playsound events.
This commit is contained in:
@@ -30,6 +30,8 @@ namespace Events
|
||||
struct PlaySFX : Event
|
||||
{
|
||||
std::string path;
|
||||
float volume = 1.f;
|
||||
bool loop = false;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user