Merge remote-tracking branch 'origin/master' into Sound
This commit is contained in:
@@ -128,9 +128,9 @@ bool dd::Systems::SoundSystem::OnContact(const dd::Events::Contact &event)
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
dd::Events::StopSound e;
|
//dd::Events::StopSound e;
|
||||||
e.path = "Sounds/BGM/soft-guitar.wav";
|
//e.path = "Sounds/BGM/soft-guitar.wav";
|
||||||
EventBroker->Publish(e);
|
//EventBroker->Publish(e);
|
||||||
}
|
}
|
||||||
//Send play-sound event
|
//Send play-sound event
|
||||||
dd::Events::PlaySound e;
|
dd::Events::PlaySound e;
|
||||||
|
|||||||
Reference in New Issue
Block a user