From 28d687e3380ece97ba66f9aef9003f9933cf52a3 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Sun, 3 Jan 2021 12:45:18 +0100 Subject: [PATCH 01/28] front: implement map sounds --- front/dist/index.html | 58 +++++++++- front/dist/resources/style/style.css | 144 +++++++++++++++++++++++- front/src/Phaser/Game/GameScene.ts | 25 +++++ front/src/WebRtc/AudioManager.ts | 160 +++++++++++++++++++++++++++ 4 files changed, 385 insertions(+), 2 deletions(-) create mode 100644 front/src/WebRtc/AudioManager.ts diff --git a/front/dist/index.html b/front/dist/index.html index ea2f517f..9a197822 100644 --- a/front/dist/index.html +++ b/front/dist/index.html @@ -39,7 +39,7 @@ WorkAdventure - +
@@ -81,6 +81,62 @@
+ + +
+ +
+