Moved from github

This commit is contained in:
Keyemail 2024-05-14 00:52:16 -07:00
parent a5de236b8c
commit 225ba506fb

View file

@ -28,12 +28,14 @@ export default {
if(counter >= 4){ if(counter >= 4){
var quack = new Audio(require('@/assets/sounds/duck-quack.mp3')); var quack = new Audio(require('@/assets/sounds/duck-quack.mp3'));
quack.play(); quack.play();
alert('You just got quacked!');
counter = 0; counter = 0;
} } else {
alert('Nothing to scroll down to, may come useful later though..'); alert('Nothing to scroll down to, may come useful later though..');
counter++; counter++;
} }
} }
}
} }
var counter = 0; var counter = 0;