отладка аудио

This commit is contained in:
2021-07-29 15:40:44 +03:00
parent 7eb5195fb3
commit 56e0eba53a
4 changed files with 9 additions and 0 deletions

View File

@@ -405,6 +405,11 @@ function ПодкидываниеСтрелы() {
мир.подкидываниеСтрелы = new ПодкидываниеСтрелы();
мир.подкидываниеСтрелы.завершить = function() {
мир.подкидываниеСтрелы = null;
/**/var audio = new Audio("р/звуки/543927__eminyildirim__pistol-gun-cocking.wav");
/**/audio.play();
/**/console.debug("воспроизвели аудио");
};