mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
little quieter
This commit is contained in:
parent
ceddec5b5c
commit
15d00c6d7a
2 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
//Raptor Vars (Modify the 'src' to your prefrence)
|
//Raptor Vars (Modify the 'src' to your prefrence)
|
||||||
var raptorImageMarkup = '<img id="elRaptor" style="display: none" src="images/raptor.png" />'
|
var raptorImageMarkup = '<img id="elRaptor" style="display: none" src="images/raptor.png" />'
|
||||||
var raptorAudioMarkup = '<audio id="elRaptorShriek" preload="auto"><source src="sounds/raptor-sound.mp3" volume="0.2" /><source src="sounds/raptor-sound.ogg" volume="0.2" /></audio>';
|
var raptorAudioMarkup = '<audio id="elRaptorShriek" preload="auto"><source src="sounds/raptor-sound.mp3" volume="0.1" /><source src="sounds/raptor-sound.ogg" /></audio>';
|
||||||
var locked = false;
|
var locked = false;
|
||||||
|
|
||||||
//Append Raptor and Style
|
//Append Raptor and Style
|
||||||
|
|
|
@ -47,12 +47,13 @@
|
||||||
'delayTime' : 1000 //time before raptor attacks on timer mode
|
'delayTime' : 1000 //time before raptor attacks on timer mode
|
||||||
});
|
});
|
||||||
window.scrollTo(0, 0);
|
window.scrollTo(0, 0);
|
||||||
|
document.getElementById('pmarca').volume = 0.1
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="hp">
|
<body class="hp">
|
||||||
<div class="pmarca"></div>
|
<div id="pmarca" class="pmarca"></div>
|
||||||
<a id="new"></a>
|
<a id="new"></a>
|
||||||
|
|
||||||
<div class="page">
|
<div class="page">
|
||||||
|
|
Loading…
Add table
Reference in a new issue