ed
This commit is contained in:
parent
2fd4906414
commit
9d4f625a84
962 changed files with 36 additions and 36 deletions
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script>
|
||||
window.addEventListener('message', function (event) {
|
||||
if (event.data.action === 'play') {
|
||||
let audio = new Audio(`./${event.data.sound}.ogg`);
|
||||
audio.play();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
BIN
resources/[weapons]/[Scripts]/nordi_shootingrange/html/start.ogg
Normal file
BIN
resources/[weapons]/[Scripts]/nordi_shootingrange/html/start.ogg
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue